Skip to content

Commit

Permalink
pint
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi committed Sep 29, 2024
1 parent 41e36f3 commit 7ba9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/SetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
});

describe('has', function () {
it('returns true on non exists', function (mixed $key) {
it('returns true when value exists', function (mixed $key) {
$set = new Set([1, 'foo' => 'bar', 3]);

expect($set->has($key))
Expand Down

0 comments on commit 7ba9617

Please sign in to comment.