Skip to content

Commit

Permalink
TIKA-3790 -- fix unit test. sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jun 13, 2022
1 parent 47de04f commit e1892af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void testConfig() throws Exception {
assertTrue(Files.isRegularFile(p));

TikaServerClientConfig clientConfig = TikaServerClientConfig.build(p);
assertEquals(1, clientConfig.getNumThreads());
assertEquals(6, clientConfig.getNumThreads());
assertEquals(5, clientConfig.getHttpClientFactory().getMaxConnections());
}

Expand Down

0 comments on commit e1892af

Please sign in to comment.