Skip to content

Commit

Permalink
Merge pull request #184 from M5135213521asd3/main
Browse files Browse the repository at this point in the history
bigdecimal test, fix for v0.4.3
  • Loading branch information
kw217 committed Mar 22, 2024
2 parents 202b2c6 + bbb2d8b commit be91f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic.rs
Expand Up @@ -320,7 +320,7 @@ async fn test_decimal_round_trip() -> Result<()> {
let decimal_values = vec![
("big positive number", "1234567890123456789012345678901234567890123456789012345678901234567890.123456789012345678901234567890123456789012345678901234567890"),
("big negative number", "-1234567890123456789012345678901234567890123456789012345678901234567890.123456789012345678901234567890123456789012345678901234567890"),
("zero with 16 trailing zero", "0.0000000000000000"),
("zero with 4 trailing zero", "0.0000"),
];

// compare "literal CQL statement" to "driver value"
Expand Down

0 comments on commit be91f47

Please sign in to comment.