aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lang/struct_spec.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lang/struct_spec.moon')
-rw-r--r--spec/lang/struct_spec.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lang/struct_spec.moon b/spec/lang/struct_spec.moon
index aa7b689..9d2286e 100644
--- a/spec/lang/struct_spec.moon
+++ b/spec/lang/struct_spec.moon
@@ -38,7 +38,7 @@ describe "struct", ->
it "doesn't clobber existing members", ->
err = assert.has.error -> COPILOT\eval_once '(insert (struct "a" 1) "a" 2)'
- assert.matches "TBD", err
+ assert.matches "key 'a' already exists in value of type {a: num}", err
describe "(remove)", ->
it "can remove members", ->