Skip to content

Commit ac9ba60

Browse files
committed
test
1 parent 13536d0 commit ac9ba60

File tree

1 file changed

+2
-2
lines changed
  • packages/firebase_data_connect/firebase_data_connect/example/integration_test

1 file changed

+2
-2
lines changed

packages/firebase_data_connect/firebase_data_connect/example/integration_test/query_e2e.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ void runQueryTests() {
195195
testWidgets('should be able to add a date and a timestamp',
196196
(WidgetTester tester) async {
197197
await deleteAllTimestamps();
198-
final timestamp = Timestamp.fromJson('1970-01-11T00:00:00');
199-
final date = DateTime.parse('1970-01-11T00:00:00');
198+
final timestamp = Timestamp.fromJson('1970-01-11T00:00:00Z');
199+
final date = DateTime.parse('1970-01-11T00:00:00Z');
200200
MutationRef ref = MoviesConnector.instance
201201
.addDateAndTimestamp(date: date, timestamp: timestamp)
202202
.ref();

0 commit comments

Comments
 (0)