Skip to content

Commit

Permalink
Fix build failure (#2794)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
  • Loading branch information
ykmr1224 committed Jun 29, 2024
1 parent e24b51f commit 4326396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class AsyncQueryCoreIntegTest {
@BeforeEach
public void setUp() {
emrServerlessClientFactory =
() -> new EmrServerlessClientImpl(awsemrServerless, metricsService);
(accountId) -> new EmrServerlessClientImpl(awsemrServerless, metricsService);
SessionManager sessionManager =
new SessionManager(
sessionStorageService,
Expand Down

0 comments on commit 4326396

Please sign in to comment.