Skip to content
Snippets Groups Projects
Commit 4196e52f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixed typo in test_int()

parent 7096ba3e
No related branches found
No related tags found
No related merge requests found
Pipeline #24889 passed
...@@ -895,7 +895,7 @@ def test_int(): ...@@ -895,7 +895,7 @@ def test_int():
"FIND TestRecordType WITH TestDoubleProperty>=100.5", "FIND TestRecordType WITH TestDoubleProperty>=100.5",
unique=True) unique=True)
db.execute_query( db.execute_query(
"FIND TestRecordType WITH TestDoubleProperty>=100.5", "FIND TestRecordType WITH TestDoubleProperty=100.5",
unique=True) unique=True)
db.execute_query( db.execute_query(
"FIND TestRecordType WITH TestDoubleProperty<=100.5", "FIND TestRecordType WITH TestDoubleProperty<=100.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment