You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while running the tests one test fails with : ElectionFactory and Election Contracts
Voting Process
Should allow voting and ensure only one vote per user:
AssertionError: Expected transaction to be reverted with reason 'User Voted', but it reverted with a custom
error
at Context. (test\ElectionTest.js:177:7)
this happens because the test expects to be reverted with "User Voted" but the contract reverts with a custom error
The text was updated successfully, but these errors were encountered:
while running the tests one test fails with : ElectionFactory and Election Contracts
Voting Process
Should allow voting and ensure only one vote per user:
AssertionError: Expected transaction to be reverted with reason 'User Voted', but it reverted with a custom
error
at Context. (test\ElectionTest.js:177:7)
this happens because the test expects to be reverted with "User Voted" but the contract reverts with a custom error
The text was updated successfully, but these errors were encountered: