Skip to content

Commit 8b254bf

Browse files
committed
fix typo
1 parent 8c0abfa commit 8b254bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Database/Live/SQLSRV/IncrementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function testDecrementWhenCastTextToIntFalse(): void
6565

6666
$builder->castTextToInt = false;
6767

68-
$builder->where('name', 'incremental')
68+
$builder->where('name', 'decremental')
6969
->decrement('created_at');
7070

7171
$this->seeInDatabase('job', ['name' => 'decremental', 'created_at' => 5]);

0 commit comments

Comments
 (0)