Skip to content

Commit

Permalink
Update timestamp check for new ros bag info test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaloi committed Jul 22, 2024
1 parent bfa1bb6 commit e3e5f8d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ TEST_P(InfoEndToEndTestFixture, info_basic_types_and_arrays_with_verbose_option_
"\nBag size: .*B"
"\nStorage id: " + expected_storage +
"\nROS Distro: " + expected_ros_distro +
"\nDuration: 0\\.151s"
"\nStart: Apr .+ 2020 .*:.*:36.763 \\(1586406456\\.763\\)"
"\nEnd: Apr .+ 2020 .*:.*:36.914 \\(1586406456\\.914\\)"
"\nDuration: 0.151137181s"
"\nStart: Apr .+ 2020 .*:.*:36.763032325 \\(1586406456.763032325\\)"
"\nEnd: Apr .+ 2020 .*:.*:36.914169506 \\(1586406456.914169506\\)"
"\nMessages: 7"
"\nTopic information: "));
EXPECT_THAT(
Expand Down

0 comments on commit e3e5f8d

Please sign in to comment.