Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirtex committed Oct 13, 2023
1 parent 1eb1e59 commit 5fdc992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/launches/widgets/launches_list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void main() {
matching: find.text(
formatDate(
launches[i].net?.toLocal(),
dateFormat: DateFormat.yMd().add_jm(),
dateFormat: DateFormat.yMMMd().add_Hm(),
) ??
'N/A',
),
Expand Down

0 comments on commit 5fdc992

Please sign in to comment.