Skip to content

Commit ed742d3

Browse files
committed
fix assertion
1 parent ab3f48b commit ed742d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/discrete/tests/testTableFactor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ TEST(TableFactor, constructors) {
144144
EXPECT(assert_equal(expected_f5, f5, 1e-6));
145145

146146
TableFactor f5_with_wrong_keys(V & O, expected_values);
147-
EXPECT(!assert_equal(f5_with_wrong_keys, f5, 1e-9));
147+
EXPECT(assert_inequal(f5_with_wrong_keys, f5, 1e-9));
148148
}
149149

150150
/* ************************************************************************* */

0 commit comments

Comments
 (0)