Skip to content

Commit

Permalink
test: test_skip_duplicated_backups
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Aug 24, 2024
1 parent 31f997e commit a77723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BackupTablesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public function test_skip_duplicated_backups()

$this->assertTrue(Schema::hasTable($newTableName));

$pattern = "{$tableName}_backup_%";
$pattern = "{$newTableName}";
$databaseDriver = DB::getDriverName();
$count = 0;

Expand Down

0 comments on commit a77723c

Please sign in to comment.