aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/match_spec.moon6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/match_spec.moon b/spec/match_spec.moon
index bb4a42b..9764d5d 100644
--- a/spec/match_spec.moon
+++ b/spec/match_spec.moon
@@ -48,9 +48,9 @@ describe 'val and evt', ->
assert.has.error -> evt!\match { str }
assert.has.error -> evt!\match { num }
- it 'is in recall mode', ->
- value = val!
- event = evt!
+ it 'can recall the type', ->
+ value = val!!
+ event = evt!!
two_equal_values = value + value
two_equal_events = event + event