From 72449021b69469d27216748bd159c6ea01fdd86b Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Fri, 7 Oct 2016 08:38:20 +0000 Subject: [PATCH] Applied fixes from StyleCI --- tests/SchemaTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SchemaTest.php b/tests/SchemaTest.php index 6f7b0f0e2..9913afb54 100644 --- a/tests/SchemaTest.php +++ b/tests/SchemaTest.php @@ -178,7 +178,7 @@ public function testDummies() public function testSparseUnique() { Schema::collection('newcollection', function ($collection) { - $collection->sparse_and_unique('sparseuniquekey'); + $collection->sparse_and_unique('sparseuniquekey'); }); $index = $this->getIndex('newcollection', 'sparseuniquekey');