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
1855
1855
// check it is either the previous value or the new one
1856
1856
EXPECT_THAT (
1857
1857
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 )));
1860
1860
}
1861
1861
else
1862
1862
{
@@ -1867,8 +1867,8 @@ class ResourceManagerTestReadWriteDifferentReadWriteRate : public ResourceManage
1867
1867
// check it is either the previous value or the new one
1868
1868
EXPECT_THAT (
1869
1869
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 )));
1872
1872
}
1873
1873
else
1874
1874
{
You can’t perform that action at this time.
0 commit comments