Skip to content

Commit

Permalink
snapshots.tomlを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 30, 2023
1 parent 599f6ad commit 58d6d7d
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions crates/voicevox_core_c_api/tests/e2e/snapshots.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "574bc678-8370-44be-b941-08e46e7b47d7"
"speaker_uuid": "574bc678-8370-44be-b941-08e46e7b47d7",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
},
{
"name": "dummy2",
Expand All @@ -21,7 +24,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "dd9ccd75-75f6-40ce-a3db-960cbed2e905"
"speaker_uuid": "dd9ccd75-75f6-40ce-a3db-960cbed2e905",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
},
{
"name": "dummy3",
Expand All @@ -36,7 +42,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "5d3d9aa9-88e5-4a96-8ef7-f13a3cad1cb3"
"speaker_uuid": "5d3d9aa9-88e5-4a96-8ef7-f13a3cad1cb3",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
}
]'''
stderr.windows = '''
Expand Down Expand Up @@ -93,7 +102,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "574bc678-8370-44be-b941-08e46e7b47d7"
"speaker_uuid": "574bc678-8370-44be-b941-08e46e7b47d7",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
},
{
"name": "dummy2",
Expand All @@ -104,7 +116,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "dd9ccd75-75f6-40ce-a3db-960cbed2e905"
"speaker_uuid": "dd9ccd75-75f6-40ce-a3db-960cbed2e905",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
},
{
"name": "dummy3",
Expand All @@ -119,7 +134,10 @@ metas = '''
}
],
"version": "0.0.1",
"speaker_uuid": "5d3d9aa9-88e5-4a96-8ef7-f13a3cad1cb3"
"speaker_uuid": "5d3d9aa9-88e5-4a96-8ef7-f13a3cad1cb3",
"supported_features": {
"permitted_synthesis_morphing": "NOTHING"
}
}
]'''
stderr.windows = '''
Expand Down

0 comments on commit 58d6d7d

Please sign in to comment.