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>
(cherry picked from commit 4326396)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 1, 2024
1 parent 775aa90 commit 7f67ed1
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 7f67ed1

Please sign in to comment.