Skip to content

Commit afa9b7c

Browse files
committed
Update SchemaTest.php
1 parent 6762441 commit afa9b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public function testRenameColumn(): void
356356
$this->assertArrayNotHasKey('test', $check[2]);
357357
$this->assertArrayNotHasKey('newtest', $check[2]);
358358

359-
Schema::create('newcollection', function (Blueprint $collection) {
359+
Schema::collection('newcollection', function (Blueprint $collection) {
360360
$collection->renameColumn('test', 'newtest');
361361
});
362362

0 commit comments

Comments
 (0)