1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-10 02:52:25 +00:00

Fix flaky aggregation test

This commit is contained in:
Davide Silvestri 2024-04-09 18:04:41 +02:00
parent f2ddaac478
commit 77986e71ec

View file

@ -332,7 +332,7 @@ def test_view_number_aggregation(data_fixture):
),
],
)
assert result[number_field.db_column] == [
assert list(map(lambda x: round(x, 1), result[number_field.db_column])) == [
19.5,
22.8,
33.7,