Skip to content

Commit 474d99b

Browse files
committed
chore: cleanup
1 parent 80ca2b1 commit 474d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controller/BatchesControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function test_search_supports_cursor_pagination()
5858
$this->setupBatchTable();
5959

6060
for ($i = 1; $i <= 3; $i++) {
61-
$this->insertBatch("batch-{$i}", 'Import Chunk ' . $i);
61+
$this->insertBatch("batch-{$i}", 'Import Chunk '.$i);
6262
}
6363

6464
$response = $this->actingAs(new Fakes\User)

0 commit comments

Comments
 (0)