This commit is contained in:
Adrian Cole 2014-11-22 09:50:33 -08:00
parent 215599049a
commit e63466263b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class BaseAWSEC2ApiMockTest {
}
private final Set<Module> modules = ImmutableSet
.<Module>of(new MockAWSEC2HttpApiModule(), new ExecutorServiceModule(sameThreadExecutor()));
.<Module>of(new MockAWSEC2HttpApiModule(), new ExecutorServiceModule(sameThreadExecutor(), sameThreadExecutor()));
@ConfiguresHttpApi
class MockAWSEC2HttpApiModule extends AWSEC2HttpApiModule {