1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-20 04:42:59 +08:00

NoteTest: Remove datetime value

Causes the test to fail on the CI as Dart doesn't have proper timezone
support.
This commit is contained in:
Vishesh Handa
2020-05-13 01:12:37 +02:00
parent 2847e3f60f
commit a5ad172790

@ -80,7 +80,6 @@ Hello""";
test('Should read and write tags', () async {
var content = """---
title: Foo
modified: 2017-02-15T22:41:19+01:00
tags: [A, B]
---
@ -105,7 +104,6 @@ Hello""";
var expectedContent = """---
title: Foo
modified: 2017-02-15T22:41:19+01:00
tags: [A, C, D]
---