fix test to include the new previous.txt file

This commit is contained in:
bwees
2022-07-12 21:11:42 -04:00
parent 91d8600b19
commit 374bb3824f
@@ -81,4 +81,4 @@ def test_consistent_history(client, live_server):
assert len(files_in_watch_dir) == 2, "Should be just two files in the dir, history.txt and the snapshot"
assert len(files_in_watch_dir) == 3, "Should be just three files in the dir, history.txt, previous.txt, and the snapshot"