This commit is contained in:
pazis 2019-11-20 22:27:17 +00:00
parent 58ee757436
commit d1bd33f862
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import java.util.List;
import org.junit.Test;
public class PrimTest {
public class PrimUnitTest {
@Test
public void givenAGraph_whenPrimRuns_thenPrintMST() {