Skip to content

Commit

Permalink
Commenting out syntax error in test (which is incomplete anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Norderud committed Mar 5, 2021
1 parent 4f0fdd2 commit eabad21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void setUp() {
resourceServiceMock = Mockito.mock(ResourceService.class);

Mockito.when(resourceServiceSupplierMock.get()).thenReturn(resourceServiceMock);
Mockito.when(resourceServiceMock.getResource( Mockito.any(ResourceKey.class) )).then
//Mockito.when(resourceServiceMock.getResource( Mockito.any(ResourceKey.class) )).then

service = new EtagService();
service.initialize( newBeanContext(ResourceKey.from("myapplication:/test")));
Expand Down

0 comments on commit eabad21

Please sign in to comment.