Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderARodin committed Jan 23, 2024
1 parent 982d47b commit eee3bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/player_to_audio/audio_core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ fn invoke_runOutputDevice( params: OutputDeviceParameters,
// // // // // // // //
// TESTS
// // // // // // // //
/*
#[cfg(test)]
mod test {
use super::*;
Expand All @@ -167,4 +168,4 @@ mod test {
assert!(!audio.is_active());
}
}

*/

0 comments on commit eee3bcd

Please sign in to comment.