We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0abfa commit 8b254bfCopy full SHA for 8b254bf
1 file changed
tests/system/Database/Live/SQLSRV/IncrementTest.php
@@ -65,7 +65,7 @@ public function testDecrementWhenCastTextToIntFalse(): void
65
66
$builder->castTextToInt = false;
67
68
- $builder->where('name', 'incremental')
+ $builder->where('name', 'decremental')
69
->decrement('created_at');
70
71
$this->seeInDatabase('job', ['name' => 'decremental', 'created_at' => 5]);
0 commit comments