Skip to content

Commit 3017b9a

Browse files
committed
Fixed bug in test
1 parent ec0ca0c commit 3017b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Schema/SchemaTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function test_guid()
2626
{
2727
$this->dbal->shouldReceive('addColumn')->with('guid', 'guid');
2828

29-
$this->table->string('guid');
29+
$this->table->guid('guid');
3030
}
3131

3232
public function test_primary()

0 commit comments

Comments
 (0)