concurrency.mailboxes: fix test now that get-all returns a vector.
parent
5ea1e2efee
commit
0133a674a4
|
@ -42,7 +42,7 @@ IN: concurrency.mailboxes.tests
|
|||
mailbox-get
|
||||
] unit-test
|
||||
|
||||
{ { "foo" "bar" } } [
|
||||
{ V{ "foo" "bar" } } [
|
||||
<mailbox>
|
||||
"foo" over mailbox-put
|
||||
"bar" over mailbox-put
|
||||
|
|
Loading…
Reference in New Issue