Skip to content
Snippets Groups Projects
Commit 73d87184 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

FIX: minor typo fixed

parent 2080b532
Branches
Tags
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
Pipeline #34440 canceled
......@@ -263,7 +263,7 @@ def test_identifiable_update(clear_database, usemodel, ident, crawler):
record.get_property("date").value = "2012-01-02"
print("one change")
break
ins, ups = synchronize(crawled_data, debug_tree = )
ins, ups = synchronize(crawled_data)
assert len(ins) == 1
assert len(ups) == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment