Skip to content

Commit 13b1036

Browse files
committed
Fix bad rebase
1 parent 64c7093 commit 13b1036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/end-to-end/src/integration/integration_l1_publisher.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ describe('L1Publisher integration', () => {
575575
const result = await publisher.sendRequests();
576576

577577
expect(result!.successfulActions).toEqual(['propose']);
578-
expect(result!.failedActions).toEqual(['slashing-vote']);
578+
expect(result!.failedActions).toEqual(['slashing-signal']);
579579
});
580580

581581
it(`shows propose custom errors if tx simulation fails`, async () => {

0 commit comments

Comments
 (0)