Commit 99fd2c1e authored by Ayush Tiwari's avatar Ayush Tiwari

BusinessSnapshot: Fix syntax error breaking tests

parent 295fc003
......@@ -271,7 +271,7 @@ class BusinessSnapshot(Folder):
temp_object=True,
)
if installed_snaphot is not in (self, None):
if installed_snaphot not in (self, None):
old_item_list = installed_snapshot.getItemList()
old_state_path_list = installed_snapshot.getItemPathList()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment