Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Oct 20, 2023
1 parent 5e735ad commit bffc96b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void languageConfigurationFailsWhenLanguageIsNotSupported() {
});

assertEquals(
"JTE ModelExtension 'language' property is not configured correctly (current value is 'Ooops'). Supported values: [Java, Kotlin]",
"jte ModelExtension 'language' property is not configured correctly (current value is 'Ooops'). Supported values: [Java, Kotlin]",
exception.getMessage()
);
}
Expand Down

0 comments on commit bffc96b

Please sign in to comment.