mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-07 01:23:56 -05:00
Updated tests
This commit is contained in:
@@ -11,7 +11,7 @@ import org.mockito.InjectMocks;
|
||||
import com.mattrixwv.project_euler.exceptions.Unsolved;
|
||||
|
||||
|
||||
public class TestProblem6 extends BaseTest{
|
||||
public class TestProblem6 extends ProblemBaseTest{
|
||||
@InjectMocks
|
||||
private Problem6 problem;
|
||||
static{
|
||||
|
||||
Reference in New Issue
Block a user