mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-24 15:01:35 +01:00
Fix failing test
This commit is contained in:
parent
a81d289bc8
commit
34aaa45c92
@ -28,6 +28,6 @@ def test_flatten_data():
|
|||||||
DailyStat("2022-04-02", 1)
|
DailyStat("2022-04-02", 1)
|
||||||
])
|
])
|
||||||
|
|
||||||
assert res["start"] == datetime.date.fromisoformat("2022-03-28")
|
assert res["start"] == "2022-03-28"
|
||||||
assert res["end"] == datetime.date.fromisoformat("2022-04-02")
|
assert res["end"] == "2022-04-02"
|
||||||
assert res["platform_minetest"] == [3, 10, 0, 0, 5, 1]
|
assert res["platform_minetest"] == [3, 10, 0, 0, 5, 1]
|
||||||
|
Loading…
Reference in New Issue
Block a user