diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 11:41:56 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 11:45:39 +0000 |
| commit | ac9bb22732c23ad4f9ff632f3eb2a197ceca7892 (patch) | |
| tree | 7ef94917067cc38c322d31f5151f38bc092152a7 /spec/input_spec.moon | |
| parent | fix docs (diff) | |
| download | alive-ac9bb22732c23ad4f9ff632f3eb2a197ceca7892.tar.gz alive-ac9bb22732c23ad4f9ff632f3eb2a197ceca7892.zip | |
rename RTNode.value to RTNode.result (to match Result class)
Diffstat (limited to 'spec/input_spec.moon')
| -rw-r--r-- | spec/input_spec.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input_spec.moon b/spec/input_spec.moon index 371a3ee..8a8defe 100644 --- a/spec/input_spec.moon +++ b/spec/input_spec.moon @@ -12,7 +12,7 @@ class MyIO extends IOStream dirty: => @is_dirty basic_tests = (stream, input) -> - it 'gives access to the Stream', -> + it 'gives access to the Result', -> assert.is.equal stream, input.stream it 'forwards :unwrap', -> |
