diff --git a/testing/scalar-functions-printf.test b/testing/scalar-functions-printf.test index e152698d3..30e7a3228 100644 --- a/testing/scalar-functions-printf.test +++ b/testing/scalar-functions-printf.test @@ -19,4 +19,4 @@ do_execsql_test printf-numeric-replacement { # Multiple consecutive format specifiers do_execsql_test printf-consecutive-formats { SELECT printf('%d%s%f', 1, 'test', 2.5); -} {{1test2.500000}} \ No newline at end of file +} {{1test2.5}} \ No newline at end of file