Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Sep 30, 2024
1 parent 85098c2 commit 5346054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/Feature/Forms/FormStatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
->where('views', 10)
->where('submissions', 6)
->where('completion_rate', 60)
->where('average_duration', '1 minute 24 seconds')
->where('average_duration', '1m 24s')
->etc();
});
});

0 comments on commit 5346054

Please sign in to comment.