Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 6ce4f4e

Browse files
committed
updated test following changes to Unix time
1 parent 5d183d6 commit 6ce4f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pFFA-FixData-Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testFixData_hr_missing_key()
5050
$pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename);
5151

5252
$hr_missing_key = array_diff($pFFA->data_mesgs['record']['timestamp'], array_keys($pFFA->data_mesgs['record']['heart_rate']));
53-
$this->assertEquals([3036 => 805987192], $hr_missing_key);
53+
$this->assertEquals([3036 => 1437052792], $hr_missing_key);
5454
}
5555

5656
public function testFixData_after()

0 commit comments

Comments
 (0)