Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
Lyokone committed Jul 13, 2026
commit f66fa27a637ed27523f54a7ec3cbe16488c83b78
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void runTimestampTests() {
final timestamp = snapshot.data()!['foo'] as Timestamp;

expect(timestamp, Timestamp.fromDate(date));
expect(timestamp.toDate(), date);
expect(timestamp.microsecondsSinceEpoch, date.microsecondsSinceEpoch);
});

test('updates a $Timestamp & returns', () async {
Expand Down
Loading