Disable chattime test

This commit is contained in:
Christian Pauly 2019-06-11 08:45:45 +02:00
parent 11bf4c2f95
commit 117a6950af
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ void main() {
test("Formatting", () async {
final int timestamp = 1560144984758;
final ChatTime chatTime = ChatTime(timestamp);
expect(chatTime.toTimeString(),"05:36"); // Skip this if you are not UTC+0
//expect(chatTime.toTimeString(),"05:36"); // This depends on the time and your timezone ;)
expect(chatTime.toTimeString(),chatTime.toEventTimeString());
final ChatTime oldChatTime = ChatTime(156014498475);