mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Small fix in expected result
This commit is contained in:
parent
07cfe9e45c
commit
64920e7c70
@ -162,4 +162,4 @@ with Session(uri, SessionOpenMode.SESSION_NEW_STORE) as ses:
|
||||
threshold = GncNumeric(5000, 100)
|
||||
terms = [(["amount"], gnucash_core.QueryNumericPredicate(QOF_COMPARE_GT, QOF_NUMERIC_MATCH_ANY, threshold), QOF_QUERY_AND)]
|
||||
splits_3 = query_splits(book, terms)
|
||||
print("Query splits with amount > " + str(threshold) + ": " + str(len(splits_3)) + " (Should be about 50).")
|
||||
print("Query splits with amount > " + str(threshold) + ": " + str(len(splits_3)) + " (Should be about 100).")
|
||||
|
Loading…
Reference in New Issue
Block a user