Skip to content

Commit

Permalink
fix coverage for smoke uniquePartial()
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Jul 8, 2019
1 parent 7265622 commit 4a8aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/UniqueIndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function createPartialUniqueWithNull($expected, $callback): void
public function provideIndexes(): Generator
{
yield ['', function (Blueprint $table) {
$table->unique('name');
$table->uniquePartial('name');
}];
yield [
' WHERE (deleted_at IS NULL)',
Expand Down

0 comments on commit 4a8aa9e

Please sign in to comment.