Skip to content

Commit

Permalink
Refactor YamlRuleConfigurationUnmarshalIT
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Sep 27, 2024
1 parent 1a19ef9 commit 59a8017
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ void assertSwapToObject() throws IOException {
assertTrue(DeepEquals.deepEquals(actualRuleConfig, expectedRuleConfig));
}

// TODO should remove it when yaml rule swapper fixed by map's key
protected boolean assertYamlConfiguration(YamlRuleConfiguration actual) {
// TODO should remove the method when yaml rule swapper fixed by map's key
protected boolean assertYamlConfiguration(final YamlRuleConfiguration actual) {
return false;
}
}

0 comments on commit 59a8017

Please sign in to comment.