Skip to content

Commit

Permalink
chore(query): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 31, 2024
1 parent 1c9e59e commit 21af040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/tests/driver/select_simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async fn select_decimal() {
Value::Number(NumberValue::Decimal128(
100i128,
DecimalSize {
precision: 3,
precision: 15,
scale: 2
},
)),
Expand Down

0 comments on commit 21af040

Please sign in to comment.