Mocked Test List Getter

This commit is contained in:
Adam Ding
2020-11-30 17:32:14 -05:00
parent c5313f5753
commit b04be3a3c7
2 changed files with 81 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ public class TestListDelete {
assert false; //Error in test infrastructure
return;
}
ListDeleter testMock = Mockito.spy(new ListDeleter(injector, "cognitoID"));
Map<String, Object> body = (Map<String, Object>) TestBasicHandler.buildFullSampleMap().get("body");