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

Commit 1589bbc

Browse files
committed
updated test following changes to Unix time
1 parent 6ce4f4e commit 1589bbc

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
@@ -74,7 +74,7 @@ public function testFixData_hr_missing_key_fixed()
7474
{
7575
$pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['fix_data' => ['heart_rate']]);
7676

77-
$this->assertEquals(117.5, $pFFA->data_mesgs['record']['heart_rate'][805987192]);
77+
$this->assertEquals(117.5, $pFFA->data_mesgs['record']['heart_rate'][1437052792]);
7878
}
7979

8080
public function testFixData_validate_options_pass()

0 commit comments

Comments
 (0)