mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2026-03-11 02:55:04 +00:00
Mocked Test List Getter
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user