diff --git a/package.json b/package.json index 6c826d5c6d..ab3bf3b78d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clean": "yarn workspaces foreach --all --parallel run clean", "prettier": "yarn workspaces foreach --since --parallel run prettier", "lint": "yarn workspaces foreach --since --parallel run lint", - "test": "yarn workspaces foreach --since --parallel run test", + "test": "yarn workspaces foreach --all --parallel run test", "coverage": "yarn workspaces foreach --since --parallel run coverage", "version:prepare": "yarn changeset version && yarn workspaces foreach --all --parallel run version:update && yarn install --no-immutable", "version:check": "yarn changeset status", diff --git a/typescript/helloworld/src/test/helloworld.test.ts b/typescript/helloworld/src/test/helloworld.test.ts index 5fdf43c6e6..5d9f1e062e 100644 --- a/typescript/helloworld/src/test/helloworld.test.ts +++ b/typescript/helloworld/src/test/helloworld.test.ts @@ -82,7 +82,7 @@ describe('HelloWorld', async () => { local.sendHelloWorld(remoteDomain, body, { value: 0, }), - ).to.be.revertedWith('StaticProtocolFee: insufficient protocol fee'); + ).to.be.revertedWith('ProtocolFee: insufficient protocol fee'); }); it('handles a message', async () => {