diff --git a/tests/test_core/test_core_project.py b/tests/test_core/test_core_project.py index 61c2d25f..2a688a23 100644 --- a/tests/test_core/test_core_project.py +++ b/tests/test_core/test_core_project.py @@ -1073,7 +1073,6 @@ def testCoreProject_OldFormat(dummyGUI, nwOldProj): # Check that new files have been created assert os.path.isfile(os.path.join(nwOldProj, "meta", "guiOptions.json")) - assert os.path.isfile(os.path.join(nwOldProj, "meta", "sessionStats.log")) assert os.path.isfile(os.path.join(nwOldProj, "ToC.txt")) # END Test testCoreProject_OldFormat