about summary refs log tree commit diff stats
path: root/sandbox/010-errors.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/010-errors.mu')
-rw-r--r--sandbox/010-errors.mu8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/010-errors.mu b/sandbox/010-errors.mu
index b76c9fc0..d9c2fe79 100644
--- a/sandbox/010-errors.mu
+++ b/sandbox/010-errors.mu
@@ -184,14 +184,14 @@ scenario run-updates-status-with-first-erroneous-sandbox [
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .0                                                x.
     .get foo, x:offset                                 .
-    .expected a container                              .
+    .expected a container in 'get foo, x:offset'       .
     .missing type for foo in 'get foo, x:offset'       .
     .first ingredient of 'get' should be a container, ↩.
     .but got foo                                       .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .1                                                x.
     .get foo, x:offset                                 .
-    .expected a container                              .
+    .expected a container in 'get foo, x:offset'       .
     .missing type for foo in 'get foo, x:offset'       .
     .first ingredient of 'get' should be a container, ↩.
     .but got foo                                       .
@@ -231,14 +231,14 @@ scenario run-updates-status-with-first-erroneous-sandbox-2 [
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .1                                                x.
     .get foo, x:offset                                 .
-    .expected a container                              .
+    .expected a container in 'get foo, x:offset'       .
     .missing type for foo in 'get foo, x:offset'       .
     .first ingredient of 'get' should be a container, ↩.
     .but got foo                                       .
     .━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .2                                                x.
     .get foo, x:offset                                 .
-    .expected a container                              .
+    .expected a container in 'get foo, x:offset'       .
     .missing type for foo in 'get foo, x:offset'       .
     .first ingredient of 'get' should be a container, ↩.
     .but got foo                                       .