Skip to content
Snippets Groups Projects
Commit 68a10dd6 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: change a float value to int to check new typecheck

parent 2d0b6f7a
Branches
Tags
2 merge requests!71REL: RElease v0.2.0,!64ENH: Using float converters on integer values
......@@ -5,7 +5,7 @@
{
"longitude": 18.445078548041533,
"start_datetime": "2022-02-10T16:36:48+01:00",
"latitude": 53.10833068997861,
"latitude": 53,
"elevation": 2,
"location": "Bremen, Germany"
}
......
......@@ -118,6 +118,7 @@ def test_dataset(clear_database, usemodel):
"") == 1
assert db.execute_query(f"COUNT RECORD with id={dataset.id} AND WHICH REFERENCES Event WITH "
"start_datetime='2022-02-10T16:36:48+01:00'") == 1
assert db.execute_query(f"FIND Event WITH latitude=53", unique=True)
def test_event_update(clear_database, usemodel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment