Adjust 0-timestamp unit test
This commit is contained in:
parent
f4edfe0e33
commit
5c34206aae
@ -372,7 +372,7 @@ class ImportTest extends UloggerAPITestCase {
|
|||||||
$this->assertTableContains($expected, $actual, "Wrong actual table data");
|
$this->assertTableContains($expected, $actual, "Wrong actual table data");
|
||||||
$expected = [
|
$expected = [
|
||||||
"id" => 1,
|
"id" => 1,
|
||||||
"time" => 0,
|
"time" => 1,
|
||||||
"user_id" => 1,
|
"user_id" => 1,
|
||||||
"track_id" => 1,
|
"track_id" => 1,
|
||||||
"latitude" => $this->testLat,
|
"latitude" => $this->testLat,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user