Fix tests

This commit is contained in:
Julien Nahum 2024-09-30 16:47:10 +02:00
parent 85098c2d34
commit 5346054584
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ it('checks form stats details', function () {
->where('views', 10)
->where('submissions', 6)
->where('completion_rate', 60)
->where('average_duration', '1 minute 24 seconds')
->where('average_duration', '1m 24s')
->etc();
});
});