Skip to content

Commit

Permalink
Add some dot in name and reload unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrea committed Nov 16, 2024
1 parent b29f9a8 commit e3aad82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/xyz/alexcrea/cuanvil/api/ConflictApiTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ private static boolean doGroupExist(@NotNull String groupName) {
// Maybe move to ConflictApi class ?
@Nullable
private static EnchantConflictGroup findGroup(@NotNull String groupName){

EnchantConflictGroup conflict = null;
for (EnchantConflictGroup enchantConflictGroup : ConflictAPI.getRegisteredConflict()) {
if (groupName.equalsIgnoreCase(enchantConflictGroup.getName())) {
return enchantConflictGroup;
Expand Down

0 comments on commit e3aad82

Please sign in to comment.