Skip to content

Commit

Permalink
VOICEVOX#589 に追従
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 6, 2023
1 parent 158d01e commit 1ccd3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core/src/voice_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl VoiceModel {
}

#[cfg(test)]
pub(crate) async fn sample() -> LoadModelResult<Self> {
pub(crate) async fn sample() -> Result<Self> {
return Self::from_path(PATH).await;

static PATH: &str = concat!(env!("CARGO_WORKSPACE_DIR"), "/model/sample.vvm");
Expand Down

0 comments on commit 1ccd3ad

Please sign in to comment.