Skip to content

Commit

Permalink
テストを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Feb 10, 2024
1 parent 3710699 commit 5035740
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions crates/voicevox_core/src/metas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ mod tests {
],
"version": "0.0.0",
"speaker_uuid": "f34ab151-c0f5-4e0a-9ad2-51ce30dba24d",
"supported_features": {
"permitted_synthesis_morphing": "SELF_ONLY"
},
"order": 1
},
{
Expand All @@ -204,6 +207,9 @@ mod tests {
],
"version": "0.0.0",
"speaker_uuid": "d6fd707c-a451-48e9-8f00-fe9ee3bf6264",
"supported_features": {
"permitted_synthesis_morphing": "SELF_ONLY"
},
"order": 0
},
{
Expand All @@ -222,6 +228,9 @@ mod tests {
],
"version": "0.0.0",
"speaker_uuid": "d6fd707c-a451-48e9-8f00-fe9ee3bf6264",
"supported_features": {
"permitted_synthesis_morphing": "SELF_ONLY"
},
"order": 0
}
])
Expand Down Expand Up @@ -250,6 +259,9 @@ mod tests {
],
"version": "0.0.0",
"speaker_uuid": "d6fd707c-a451-48e9-8f00-fe9ee3bf6264",
"supported_features": {
"permitted_synthesis_morphing": "SELF_ONLY"
},
"order": 0
},
{
Expand All @@ -263,6 +275,9 @@ mod tests {
],
"version": "0.0.0",
"speaker_uuid": "f34ab151-c0f5-4e0a-9ad2-51ce30dba24d",
"supported_features": {
"permitted_synthesis_morphing": "SELF_ONLY"
},
"order": 1
}
])
Expand Down

0 comments on commit 5035740

Please sign in to comment.