aboutsummaryrefslogtreecommitdiffstats
path: root/spec/test_setup.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/test_setup.moon')
-rw-r--r--spec/test_setup.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/test_setup.moon b/spec/test_setup.moon
index 53d1451..e58b53a 100644
--- a/spec/test_setup.moon
+++ b/spec/test_setup.moon
@@ -88,8 +88,8 @@ class TestPilot extends Copilot
fake_cell =
head: -> 'test_op'
tail: -> tail
- tag: Tag.blank!
+ tag: Tag!
- COPILOT.active_module.registry\scan_ast fake_cell
+ COPILOT.active_module.registry\assign_tags!
op_invoke\eval_cell fake_cell, Scope!, Constant.wrap op
}