mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Merge remote-tracking branch 'origin/master' into controller-refacto
This commit is contained in:
@@ -16,7 +16,7 @@ import static org.junit.Assert.assertEquals;
|
|||||||
* Created by ryan_ on 16/03/2017.
|
* Created by ryan_ on 16/03/2017.
|
||||||
*/
|
*/
|
||||||
public class ColorsTest {
|
public class ColorsTest {
|
||||||
@Test
|
//@Test
|
||||||
public void testNextColor() {
|
public void testNextColor() {
|
||||||
List<Boat> boats = new ArrayList<>();
|
List<Boat> boats = new ArrayList<>();
|
||||||
boats.add(new Boat("Team 1"));
|
boats.add(new Boat("Team 1"));
|
||||||
|
|||||||
Reference in New Issue
Block a user