Skip to content

Commit

Permalink
junit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 15, 2023
1 parent 917c866 commit b61e805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/neoe/formatter/lua/FloatNumberTest.java
@@ -1,8 +1,8 @@
package neoe.formatter.lua;

import org.junit.Test;
import org.junit.jupiter.api.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.jupiter.api.Assertions.*;

public class FloatNumberTest {
@Test
Expand Down
4 changes: 2 additions & 2 deletions test/neoe/formatter/lua/LuaFormatterTest.java
@@ -1,8 +1,8 @@
package neoe.formatter.lua;

import org.junit.Test;
import org.junit.jupiter.api.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.jupiter.api.Assertions.*;

public class LuaFormatterTest {
@Test
Expand Down

0 comments on commit b61e805

Please sign in to comment.