Skip to content

Commit 4ceeed0

Browse files
committed
Fix tests
1 parent d77d0c1 commit 4ceeed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_io.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TEST_F(IOTest, TestTwoComponents) {
9292

9393
write_point_estimate(p_estimate_2, component_2, two_p_estimates_toml);
9494

95-
double p_estimate_ = read_point_estimate_from_toml(two_p_estimates_toml);
95+
double p_estimate_ = read_point_estimate_from_toml(two_p_estimates_toml, component);
9696
double p_estimate_2_ = read_point_estimate_from_toml(two_p_estimates_toml, component_2);
9797

9898
EXPECT_EQ(p_estimate, p_estimate_);

0 commit comments

Comments
 (0)