fixing: failing test was expecting 2.50000

this test is behaving differently in different environments
This commit is contained in:
Zaid Humayun
2025-02-04 20:53:10 +05:30
parent 6a863b3da9
commit 4cb6f8cc6a

View File

@@ -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}}
} {{1test2.5}}