typo in test case fix
This commit is contained in:
parent
07c77acb75
commit
a3b1b0ada5
|
@ -8,7 +8,7 @@ import org.junit.Test;
|
||||||
|
|
||||||
import junit.framework.Assert;
|
import junit.framework.Assert;
|
||||||
|
|
||||||
public classUtilitiesTests {
|
public class UtilitiesTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testPath() throws IOException {
|
public void testPath() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue