Skip to content

Commit f3cd588

Browse files
fix test
1 parent fda847d commit f3cd588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/blocks/aws-athena/test/athena-query-action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const openopsCommonMock = {
22
...jest.requireActual('@openops/common'),
3-
getCredentialsForaccounts: jest.fn(),
3+
getCredentialsForAccount: jest.fn(),
44
runAndWaitForQueryResult: jest.fn(),
55
};
66

0 commit comments

Comments
 (0)