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,