Skip to content

Commit

Permalink
refactor: rename test method
Browse files Browse the repository at this point in the history
* Searching for "FAILED" in the CI output always found this method, whether it failed or not.
  • Loading branch information
swalchemist committed Oct 14, 2023
1 parent 400fc41 commit 8bac1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void testSerializeExcludingProperties() {
}

@Test
void testSerializeExcludingPropertiesInnerCallFailed() {
void testSerializeExcludingPropertiesInnerCallFails() {
Map<String, String> groupProperties = JsonUtils.readValue(jsonTestObjectString, new TypeReference<Map<String, String>>() {});
try {
JsonUtils.serializeExcludingProperties(groupProperties, "limit.unkonwn");
Expand Down

0 comments on commit 8bac1c8

Please sign in to comment.