Skip to content

Commit

Permalink
Minor test case additions for improved coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rupert-griffin committed Jul 22, 2024
1 parent b3406e0 commit 5fc444c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void testIncorrectConfigs() {
"type*", "*type", "ty*pe", "type*.view", "*type.view", "ty*pe.view",
"type*.view*", "*type.view*", "ty*pe.view*", "type*.*", "*type.*", "ty*pe.*",
"type.*view", "type.vi*ew", "*.*view", "*.vi*ew",
"type.", ".view", "."};
"type.", ".view", ".", "type.view.", ".type.view", ".type.view."};
for (String entry : invalidEntries) {
final Configurator config = new ServiceConfigGuide();
config.addEntry("DENYLIST", entry);
Expand Down

0 comments on commit 5fc444c

Please sign in to comment.