Skip to content

Commit a33aa94

Browse files
committed
fix tests for 4738b97
1 parent 44480a3 commit a33aa94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220

221221
V.logs_folder.value = os.path.join(repo_path, "test", "scratch", "tutorial-py", "omit-one")
222222
V.validation_files.value = "PS_20130625111709_ch3.wav,20161207T102314_ch1.wav"
223-
asyncio.run(C.leaveout_actuate(False))
223+
asyncio.run(C.leaveout_actuate("omit one"))
224224

225225
wait_for_job(M.status_ticker_queue)
226226

0 commit comments

Comments
 (0)