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
The unit tests for maci core, do not account that the NOTHING_UP_MY_SLEEVE message is to be inserted at position 0. While not a problem for unit tests, these should be amended.
The text was updated successfully, but these errors were encountered:
So, while reviewing the test files, I noticed that in e2e.test.ts (line 384), there is a check for the correct initialization of the NOTHING_UP_MY_SLEEVE value. It does so by creating a new AccQueue and asserting its zero value with the one of the current poll.
I was planning on doing something similar in the Poll.test.ts file. Would that be OK?
The unit tests for maci core, do not account that the NOTHING_UP_MY_SLEEVE message is to be inserted at position 0. While not a problem for unit tests, these should be amended.
The text was updated successfully, but these errors were encountered: