Skip to content

Commit 254aa68

Browse files
author
Mohammad Nourinik
committed
Fix testPoint.
1 parent 3e4aa53 commit 254aa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Schema/BlueprintTest.php

Lines changed: 1 addition & 1 deletion
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)