Skip to content

Commit 371a15c

Browse files
committed
Fix
1 parent 3de5b5b commit 371a15c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/Database/Builder/UpdateTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ public function testSetUpdateBatchWithoutEscape()
270270
$query = $this->db->getLastQuery();
271271
$this->assertInstanceOf(MockQuery::class, $query);
272272

273-
$space = ' ';
274-
275273
$expected = <<<'EOF'
276274
UPDATE "jobs"
277275
SET

0 commit comments

Comments
 (0)