From 2a6bcfe488310d2657dd96ee56dec367ccff8f4b Mon Sep 17 00:00:00 2001 From: Vincent Lostanlen Date: Mon, 3 Dec 2018 01:31:27 -0500 Subject: [PATCH] up --- tests/test_core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_core.py b/tests/test_core.py index ffad58f..5266f81 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -92,12 +92,12 @@ def test_process_file(): # non-existing model pytest.raises( - BirdVoxDetectError, process_file, + BirdVoxDetectError, process_file, FG_10SEC_PATH, detector_name="a_birdvoxdetect_model_that_does_not_exist") # invalid model pytest.raises( - BirdVoxDetectError, process_file, + BirdVoxDetectError, process_file, FG_10SEC_PATH, detector_name="birdvoxdetect_empty") # convolutional neural network