diff options
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', -> |
