Skip to content

Commit

Permalink
テスト名を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed May 24, 2024
1 parent 28d1948 commit 598d075
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class VoiceModelTest extends TestUtils {
@Test
void checkUuid() throws IOException {
void idShouldBePreservedAsIs() throws IOException {
UUID expected = UUID.fromString(Manifest.readJson().id);
UUID actual = loadModel().id;
assertEquals(expected, actual);
Expand Down

0 comments on commit 598d075

Please sign in to comment.