Fix unit test for SPR-11919

Issue: SPR-11919
This commit is contained in:
Brian Clozel 2014-06-27 10:01:27 +02:00
parent 24cdefb785
commit b2f6445058
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class SockJsServiceTests extends AbstractHttpRequestTests {
handleRequest("GET", "/echo/info", HttpStatus.OK);
verify(mockResponse.getOutputStream(), times(1));
verify(mockResponse, times(1)).getOutputStream();
}
@Test