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:
@ -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]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user