Skip to content

Commit 3b79516

Browse files
committed
fix(odbc): update f64 test value for consistency
1 parent cdd6fe4 commit 3b79516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/odbc/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test_type!(f32(
8181
test_type!(f64(
8282
Odbc,
8383
"123456.75" == 123456.75_f64,
84-
"3.141592653589793" == 3.141592653589793_f64,
84+
"16777217.0" == 16777217.0_f64,
8585
"0.0" == 0.0_f64,
8686
"-1.25" == -1.25_f64
8787
));

0 commit comments

Comments
 (0)