Skip to content

Commit

Permalink
add back chatcolor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Nov 23, 2024
1 parent 28a356b commit e57d633
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package de.oliver.fancynpcs.tests.impl;

import de.oliver.fancynpcs.tests.FNTestClass;
import de.oliver.fancynpcs.tests.impl.api.ChatColorHandlerTest;
import de.oliver.fancynpcs.tests.impl.api.CreateNpcTest;
import de.oliver.fancynpcs.tests.impl.api.skin.SkinManagerTest;
import de.oliver.fancynpcs.tests.impl.commands.*;
Expand All @@ -20,7 +21,7 @@ public class FancyNpcsTests {
public FancyNpcsTests() {
// api tests
addTest(CreateNpcTest.class);
// addTest(ChatColorHandlerTest.class);
addTest(ChatColorHandlerTest.class);
addTest(SkinManagerTest.class);

// command tests
Expand Down

0 comments on commit e57d633

Please sign in to comment.