Skip to content

Commit

Permalink
Update mocks for copy constructor test
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoriarty committed Sep 27, 2024
1 parent dee7a48 commit dd871d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void testConstructor_Copy() throws Exception {
expect(config.getQueriesIter()).andReturn(Collections.emptyIterator()).anyTimes();
expect(config.getTableConsistencyLevels()).andReturn(Collections.emptyMap()).anyTimes();
expect(config.getTableHints()).andReturn(Collections.emptyMap()).anyTimes();
expect(config.getTableHintsOverride()).andReturn(Collections.emptyMap()).anyTimes();
expect(config.getConnPoolName()).andReturn("connPool1");
expect(this.copy.getConfig()).andReturn(config).anyTimes();

Expand Down

0 comments on commit dd871d7

Please sign in to comment.