Skip to content

Commit d0f600f

Browse files
Fixed the class name and removed an unnecesary import.
1 parent 9bf56ab commit d0f600f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/coreapiTest/CoffeeShopTestSuite.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package coreapiTest;
22

3-
import coreapi.*;
43

54
import org.junit.runner.RunWith;
65
import org.junit.runners.Suite;
@@ -13,7 +12,7 @@
1312
OrderImplTest.class,
1413
})
1514

16-
public class CoffeShopTestSuite
15+
public class CoffeeShopTestSuite
1716
{
1817
//Empty
1918
}

0 commit comments

Comments
 (0)