This commit is contained in:
rusefillc 2023-12-15 12:14:51 -05:00
parent 917c866235
commit b61e805660
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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