diff --git a/tests/test_spectrogram.py b/tests/test_spectrogram.py index 0c708e17..1067bf40 100755 --- a/tests/test_spectrogram.py +++ b/tests/test_spectrogram.py @@ -189,7 +189,4 @@ def test_initialize_2s(input_dataset): tuple([sf.read(dataset.audio_path.joinpath(file))[0] for file in filename_csv]) ) - assert np.allclose(full_input, full_output) - -def test_process_file_adjust(input_spectrogram, output_dir): - \ No newline at end of file + assert np.allclose(full_input, full_output) \ No newline at end of file