Skip to content

Commit

Permalink
fix test 5 hours ago
Browse files Browse the repository at this point in the history
  • Loading branch information
FredvanRijswijk committed Nov 4, 2024
1 parent b05fb34 commit ab0bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/messages/language/nl_msg_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void main() {
});

test('hoursAgo should return correct hours ago format', () {
expect(messages.hoursAgo(5), '5 hours');
expect(messages.hoursAgo(5), '5 uren');
});

test('dayAgo should return "een dag"', () {
Expand Down

0 comments on commit ab0bb58

Please sign in to comment.