Skip to content

Commit 333dd57

Browse files
authored
Applied fixes from StyleCI (#984)
1 parent e61ca72 commit 333dd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SchemaTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function testDummies()
178178
public function testSparseUnique()
179179
{
180180
Schema::collection('newcollection', function ($collection) {
181-
$collection->sparse_and_unique('sparseuniquekey');
181+
$collection->sparse_and_unique('sparseuniquekey');
182182
});
183183

184184
$index = $this->getIndex('newcollection', 'sparseuniquekey');

0 commit comments

Comments
 (0)