Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Nov 3, 2023
1 parent 36fe0ca commit 6a3e4b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethereum/test/unit_tests/governance_test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ describe("Admin facet tests", function () {
const revertReason = await getCallRevertReason(
adminFacetTest.connect(randomSigner).setValidator(validatorAddress, true)
);
console.log(revertReason);
expect(revertReason).equal("Only by governor or admin");
});

Expand Down

0 comments on commit 6a3e4b0

Please sign in to comment.