Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Oct 9, 2024
1 parent ac9ba60 commit 7eded02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void runQueryTests() {
(WidgetTester tester) async {
await deleteAllTimestamps();
final timestamp = Timestamp.fromJson('1970-01-11T00:00:00Z');
final date = DateTime.parse('1970-01-11T00:00:00Z');
final date = timestamp.toDateTime();
MutationRef ref = MoviesConnector.instance
.addDateAndTimestamp(date: date, timestamp: timestamp)
.ref();
Expand Down

0 comments on commit 7eded02

Please sign in to comment.