Merge branches 'PAN-16' and 'master' of https://github.com/atusa17/ptp into PAN-16

# Conflicts:
#	services/build.gradle
This commit is contained in:
2019-03-20 22:32:25 -06:00
parent 749a20c0fd
commit 8c79d9975e
@@ -2,7 +2,6 @@ package edu.msudenver.tsp.website.controller;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.web.servlet.ModelAndView;
@@ -12,7 +11,7 @@ import static org.junit.Assert.assertNotNull;
@RunWith(MockitoJUnitRunner.class)
public class TheoremEntryControllerTest {
@Mock private TheoremEntryController theoremEntryController;
private final TheoremEntryController theoremEntryController = new TheoremEntryController();
@Test
public void testEnterTheoremPage() {