File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hardware_interface_testing/test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1855,8 +1855,8 @@ class ResourceManagerTestReadWriteDifferentReadWriteRate : public ResourceManage
18551855 // check it is either the previous value or the new one
18561856 EXPECT_THAT (
18571857 state_itfs[0 ].get_optional (), testing::AnyOf (
1858- testing::DoubleEq (prev_act_state_value),
1859- testing::DoubleEq (prev_act_state_value + 5.0 )));
1858+ testing::DoubleEq (prev_act_state_value),
1859+ testing::DoubleEq (prev_act_state_value + 5.0 )));
18601860 }
18611861 else
18621862 {
@@ -1867,8 +1867,8 @@ class ResourceManagerTestReadWriteDifferentReadWriteRate : public ResourceManage
18671867 // check it is either the previous value or the new one
18681868 EXPECT_THAT (
18691869 state_itfs[1 ].get_optional (), testing::AnyOf (
1870- testing::DoubleEq (prev_system_state_value),
1871- testing::DoubleEq (prev_system_state_value + 10.0 )));
1870+ testing::DoubleEq (prev_system_state_value),
1871+ testing::DoubleEq (prev_system_state_value + 10.0 )));
18721872 }
18731873 else
18741874 {
You can’t perform that action at this time.
0 commit comments