We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77d0c1 commit 4ceeed0Copy full SHA for 4ceeed0
test/test_io.cxx
@@ -92,7 +92,7 @@ TEST_F(IOTest, TestTwoComponents) {
92
93
write_point_estimate(p_estimate_2, component_2, two_p_estimates_toml);
94
95
- double p_estimate_ = read_point_estimate_from_toml(two_p_estimates_toml);
+ double p_estimate_ = read_point_estimate_from_toml(two_p_estimates_toml, component);
96
double p_estimate_2_ = read_point_estimate_from_toml(two_p_estimates_toml, component_2);
97
98
EXPECT_EQ(p_estimate, p_estimate_);
0 commit comments