Skip to content

Commit

Permalink
テストを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Aug 26, 2023
1 parent 9e56bda commit ba9520b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/voicevox_core/src/voice_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,3 @@ impl VvmEntryReader {
})
}
}

#[cfg(test)]
mod tests {
use super::*;

#[rstest]
#[tokio::test]
async fn get_all_models_only_load_vvm() {
VoiceModel::get_all_models().await;
}
}

0 comments on commit ba9520b

Please sign in to comment.