Skip to content

Commit

Permalink
test: fix format to trigger gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
boray committed Nov 20, 2024
1 parent bd529b8 commit 6260b56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pages/on-chain-state-mgmt-zkapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ export class OnChainStateMgmtZkAppPage {

async checkZkProgramCompilation() {
await expect(this.eventsContainer).toContainText('Compiling ZkProgram');
await expect(this.eventsContainer).toContainText('ZkProgram compiled successfully!');
await expect(this.eventsContainer).toContainText(
'ZkProgram compiled successfully!'
);
}

async checkDeployedZkApp() {
Expand Down

0 comments on commit 6260b56

Please sign in to comment.