summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 13:07:16 +0200
committerYuval Adam <_@yuv.al>2025-06-24 13:07:16 +0200
commitf26568cc73e2104e9c78e29ef385636538010e10 (patch)
treeb08c2649d8a13748533aa771637065e3d2b51ef7 /tests
parent06a4169d7bd188039f22bdb20172b6c0829aac6c (diff)
Update README and run fmt
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs3
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,