diff options
Diffstat (limited to 'tests/integration_tests.rs')
| -rw-r--r-- | tests/integration_tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 4bc0887..a68fd70 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -2,10 +2,9 @@ // Comprehensive integration tests for the Morse decoder use anyhow::Result; -use ditdah::{decode_wav_file, MorseGenerator}; +use ditdah::{MorseGenerator, decode_wav_file}; use std::{fs, io::Write}; - #[derive(Debug)] struct TestCase { name: &'static str, |
