Skip to content

Commit cae2288

Browse files
committed
Fix tests
1 parent 61436ab commit cae2288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Hybrid/CreateTable/SortKeysDescTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function it_adds_a_sort_key_desc_standalone()
3131
public function it_adds_a_sort_key_desc_fluent()
3232
{
3333
$blueprint = $this->createTable(function (Blueprint $table) {
34-
$table->string('name')->sortKey();
34+
$table->string('name')->sortKeyDesc();
3535
});
3636

3737
$this->assertCreateStatement(

0 commit comments

Comments
 (0)