Skip to content

Commit df0ded9

Browse files
Mohammad NourinikChrissi2812
Mohammad Nourinik
authored andcommitted
Fix testPoint.
(cherry picked from commit 254aa68)
1 parent 7e7ee8a commit df0ded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Schema/BlueprintTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testPoint()
3232
{
3333
$this->blueprint
3434
->shouldReceive('addColumn')
35-
->with('point', 'col')
35+
->with('point', 'col', ['srid' => null])
3636
->once();
3737

3838
$this->blueprint->point('col');

0 commit comments

Comments
 (0)