File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ subtest '.hash does not cause keys to be stringified' => {
539
539
}
540
540
541
541
{
542
- ok Bag . new =:= bag(), ' Bag.new returns the empty bag' ;
542
+ nok Bag . new =:= bag(), ' Bag.new returns a new empty bag' ;
543
543
ok (). Bag =:= bag(), ' ().Bag returns the empty bag' ;
544
544
}
545
545
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ subtest '.hash does not cause keys to be stringified' => {
489
489
}
490
490
491
491
{
492
- ok Mix . new =:= mix(), ' Mix.new returns the empty mix' ;
492
+ nok Mix . new =:= mix(), ' Mix.new returns a new empty mix' ;
493
493
ok (). Mix =:= mix(), ' ().Mix returns the empty mix' ;
494
494
}
495
495
Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ subtest '.hash does not cause keys to be stringified' => {
475
475
}
476
476
477
477
{
478
- ok Set . new =:= set(), ' Set.new returns the empty set' ;
478
+ nok Set . new =:= set(), ' Set.new returns a new empty set' ;
479
479
ok (). Set =:= set(), ' ().Set returns the empty set' ;
480
480
}
481
481
You can’t perform that action at this time.
0 commit comments