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:
parent
f2ddaac478
commit
77986e71ec
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue