Skip to content

Commit 915f2a5

Browse files
committed
syntax
1 parent df0eee9 commit 915f2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/taboola/rest/api/internal/CommunicationFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void beforeTest() {
3737
CommunicationConfig communicationConfig = new CommunicationConfig("http://localhost",
3838
1L, 1L, 1L, 1, 60L,
3939
Collections.singleton(new UserAgentHeader("Dummy-Agent")),true, new DefaultExceptionFactory(),
40-
new ObjectMapper(), new ResponseFactories();
40+
new ObjectMapper(), new ResponseFactories());
4141
testInstance = new CommunicationFactory(communicationConfig);
4242
}
4343

0 commit comments

Comments
 (0)