Skip to content

Commit

Permalink
Remove play test.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Dec 21, 2022
1 parent 9c249df commit 5f93e61
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,4 @@ mod tests {
}),
}).unwrap();
}

#[test]
fn test_play() {
start(Args {
command: Some(Command::Play {
symbol: "Cmaj7".to_string(),
octave: 3,
delay: 0.01,
length: 0.1,
}),
}).unwrap();
}
}

0 comments on commit 5f93e61

Please sign in to comment.