Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/test/runner/CondRunningJUnit.java
Browse files Browse the repository at this point in the history
Co-authored-by: Ayham Al Ali <20037329+AyhamAl-Ali@users.noreply.github.com>
  • Loading branch information
TheLimeGlass and AyhamAl-Ali authored Oct 10, 2023
1 parent 7c34fe1 commit 9e8144d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
public class CondRunningJUnit extends Condition {

static {
Skript.registerCondition(CondRunningJUnit.class, "running JUnit");
Skript.registerCondition(CondRunningJUnit.class, "running junit");
}

@Override
Expand Down

0 comments on commit 9e8144d

Please sign in to comment.