Skip to content

Commit

Permalink
fix: rename tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongldp committed Aug 23, 2024
1 parent 98300e8 commit 9c95b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/QuizTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testUserCanViewQuizzes(): void
->get("/admin/quizzes")
->assertInertia(
fn(Assert $page) => $page
->component("Quiz/Index")
->component("QuizzesPanel")
->has("quizzes", 2)
->has("quizzes.0.questions", 5)
->has("quizzes.1.questions", 5),
Expand Down

0 comments on commit 9c95b1d

Please sign in to comment.