Skip to content

Commit a880fb9

Browse files
lauren.wyckofflauren.wyckoff
authored andcommitted
#64 Test assertion change PR #65
1 parent d8e92eb commit a880fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UtilTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public function testGetTimestamp() {
3434
// catch regressions, at least more than will be accepted by an LRS which is really
3535
// ultimately what we want in our tests
3636
//
37-
$this->assertRegExp('/\d\d\d\d-[01]\d-[0123]\dT[012]\d:[012345]\d:[012345]\d\.\d\d\d[-+]\d\d:\d\d/', $result);
37+
$this->assertRegExp('/\d\d\d\d-[01]\d-[0123]\dT[012]\d:[012345]\d:[012345]\d\.\d\d\d\+00:00/', $result);
3838
}
3939
}

0 commit comments

Comments
 (0)