Compare commits

..

2 Commits

Author SHA1 Message Date
72775d09ef Renamed dataset
Some checks failed
linter / quality (push) Successful in 8m29s
tests / ci (8.4) (push) Failing after 8m18s
tests / ci (8.5) (push) Has started running
2026-03-22 11:20:53 +01:00
87aa942e0b Removed unused test 2026-03-22 11:20:45 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ class ExampleTest extends TestCase
{
use RefreshDatabase;
public function test_returns_a_successful_response()
{
$response = $this->get(route('home'));
// public function test_returns_a_successful_response()
// {
// $response = $this->get(route('home'));
$response->assertOk();
}
// $response->assertOk();
// }
}