Skip to content

Commit

Permalink
tweak to trigger new travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbogner committed Sep 29, 2014
1 parent 43ef863 commit f0b47ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void testNoIdleConnectionReaper() throws Exception {
// These two values being equal proves that connections returned to the pool stick around for some non-zero
// duration of time while they wait to be re-leased. It's impractical to prove in an integration test that they
// can in fact stay around for over an hour without ever being used (by which time the server has most certainly
// closed the connection)
// closed the connection).
assertEquals(maxPoolSize, newPoolSize);
}

Expand Down

0 comments on commit f0b47ed

Please sign in to comment.