Skip to content

Commit e70aca1

Browse files
committed
updated name
1 parent 7bb59ca commit e70aca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/anchorage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('Anchorage: Integration Test', function () {
109109
expect(res[0].action.status).toEqual("succeeded");
110110
});
111111

112-
describe('should find WITHDRAWALSINITIATED events', () => {
112+
describe('should find WithdrawalsInitiated events', () => {
113113
l2NetworkMap.forEach((info) => {
114114
test(`${info.networkName}`, async () => {
115115
const res = await anchorageGraphQLService

0 commit comments

Comments
 (0)