Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpainter committed Feb 18, 2021
1 parent 2d2cd8a commit ed37b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void ElectroMatched()
timestamp.Should().NotBeNull("timestamp should have been extracted");

definition!.FilenameParserType.Should().Be(FilenameParserType.Electro);
timestamp.Should().Be(new DateTime(2020, 08, 30, 02, 30, 0));
timestamp.Should().Be(new DateTime(2020, 08, 29, 23, 30, 0));

// Verify 1-3 definition
(definition, _) = SatelliteRegistry.Locate("c:/images/200830_0230_1.jpg");
Expand Down

0 comments on commit ed37b6c

Please sign in to comment.