Skip to content

Commit 83dfc7d

Browse files
Update tests
1 parent 7609350 commit 83dfc7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Migrations/MigrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public function testRunMigrationAfterInstall(): void
3434

3535
$this->artisan('migrate')->run();
3636

37-
$this->assertDatabaseCount('migrations', 1);
37+
$this->assertDatabaseCount('migrations', 2);
3838
$this->assertDatabaseHas('migrations', ['migration' => '2022_08_18_180137_change_migration_actions_table']);
39+
$this->assertDatabaseHas('migrations', ['migration' => '2023_01_21_172923_rename_migrations_actions_table_to_actions']);
3940
}
4041
}

0 commit comments

Comments
 (0)