From 5c34206aae7ac194a97df9a0aee6f7439ae678ae Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Fri, 9 Nov 2018 15:00:52 +0100 Subject: [PATCH] Adjust 0-timestamp unit test --- .tests/tests/ImportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tests/tests/ImportTest.php b/.tests/tests/ImportTest.php index 28bd638..b5b3009 100644 --- a/.tests/tests/ImportTest.php +++ b/.tests/tests/ImportTest.php @@ -372,7 +372,7 @@ class ImportTest extends UloggerAPITestCase { $this->assertTableContains($expected, $actual, "Wrong actual table data"); $expected = [ "id" => 1, - "time" => 0, + "time" => 1, "user_id" => 1, "track_id" => 1, "latitude" => $this->testLat,