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

FIX: add another cache reset

parent 079b4750
No related branches found
No related tags found
2 merge requests!53Release 0.1,!2ENH: implement split list function
......@@ -412,6 +412,9 @@ def test_split_into_inserts_and_updates(crawler):
assert len(update) == 1
assert update[0].name == "A"
# reset cache
cache.clear()
# try circular
a = db.Record(name="A")
b = db.Record(name="B")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment