Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Jan 31, 2023
1 parent 0e807a7 commit 4ac644f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Console/WarmupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function test_with_missing_instance(): void
->assertFailed()
->run();
} finally {
// teardown で truncate が実行されないようにする
// prevents truncate from running on connection during teardown.
DB::purge('none');
}
}
Expand All @@ -114,7 +114,7 @@ public function test_with_skip_on_error(): void
->assertSuccessful()
->run();

// teardown で truncate が実行されないようにする
// prevents truncate from running on connection during teardown.
DB::purge('none');
}
}

0 comments on commit 4ac644f

Please sign in to comment.