File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/system/Database/Migrations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ public function testLatestWithLockingEnabledSucceeds(): void
502502 $ this ->assertTrue ($ runner ->latest ());
503503 $ this ->assertTrue ($ this ->db ->tableExists ('foo ' ));
504504
505- $ this ->dontSeeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
505+ $ this ->dontSeeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
506506 }
507507
508508 public function testRegressWithLockingEnabled (): void
@@ -534,11 +534,11 @@ public function testLockAcquisitionAndReleaseBasic(): void
534534
535535 // Should acquire lock successfully
536536 $ this ->assertTrue ($ acquireLock ());
537- $ this ->seeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
537+ $ this ->seeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
538538
539539 // Should release successfully
540540 $ this ->assertTrue ($ releaseLock ());
541- $ this ->dontSeeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
541+ $ this ->dontSeeInDatabase ('migrations_lock ' , ['lock_name ' => 'migration_process ' ]);
542542 }
543543
544544 public function testLockPreventsConcurrentAccess (): void
You can’t perform that action at this time.
0 commit comments