We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020dd65 commit 1adbcffCopy full SHA for 1adbcff
tests/goldfish/liii/bag-test.scm
@@ -51,8 +51,7 @@ element ... : any
51
(check (bag-member b-empty 1 'missing) => 'missing)
52
53
;; bag->list should include duplicates
54
-(check-false (not (member 1 b-list)))
55
-(check-false (not (member 2 b-list)))
+(check b-list => '(2 2 1))
56
(check (length b-list) => 3)
57
58
0 commit comments