fix
This commit is contained in:
parent
58ee757436
commit
d1bd33f862
|
@ -5,7 +5,7 @@ import java.util.List;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class PrimTest {
|
public class PrimUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenAGraph_whenPrimRuns_thenPrintMST() {
|
public void givenAGraph_whenPrimRuns_thenPrintMST() {
|
Loading…
Reference in New Issue