From 117a6950af3cc9f135e29902061cf0924db80285 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Tue, 11 Jun 2019 08:45:45 +0200 Subject: [PATCH] Disable chattime test --- test/ChatTime_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ChatTime_test.dart b/test/ChatTime_test.dart index bfd718f..ff5888f 100644 --- a/test/ChatTime_test.dart +++ b/test/ChatTime_test.dart @@ -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);