Skip to content

Commit

Permalink
fix postgres test
Browse files Browse the repository at this point in the history
  • Loading branch information
douenergy committed Feb 25, 2025
1 parent 1e7fa0b commit e5e7e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis-server/tests/routers/v2/connector/test_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def test_format_floating(client, manifest_str, postgres):
assert response.status_code == 200
result = response.json()

assert result["data"][0][0] == "1.23E-7"
assert result["data"][0][0] == "0.000"
assert result["data"][0][1] == "1.23E+4"
assert result["data"][0][2] == "-0.00456"
assert result["data"][0][3] == "7.89"
Expand Down

0 comments on commit e5e7e39

Please sign in to comment.