Skip to content

Commit f3e6372

Browse files
committed
fix collection assertion
1 parent 2daec72 commit f3e6372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Laravel/CollectionAssertionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public function it_can_validate_contains(): void
2323
self::randomString(),
2424
]);
2525

26-
CollectionAssertions::assertContains($value, $collection);
26+
CollectionAssertions::assertContains($collection, $value);
2727
}
2828
}

0 commit comments

Comments
 (0)