Skip to content

Commit a87ee7f

Browse files
committed
Fix typo
1 parent 2b0980d commit a87ee7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/table_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ TEST(TestTableEqualityFloatType, Approximate) {
308308

309309
ASSERT_TRUE(table->Equals(*other_table, options.use_atol(true).atol(1e-3)));
310310

311-
ASSERT_FALSE(table->Equals(*other_table, options.use_atol(true).atol(1e-5));
311+
ASSERT_FALSE(table->Equals(*other_table, options.use_atol(true).atol(1e-5)));
312312
}
313313

314314
TEST(TestTableEqualitySameAddress, NonFloatType) {

0 commit comments

Comments
 (0)