Can't pass Truffle test with an uint256 array as a event property #6172
Unanswered
viac92
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this simple test in truffle:
but when I run the test I get this error from the console:
expected event argument 'tokenIds' to have value 0,1,2 but got 0,1,2 + expected - actual
I'm using
BN
from@openzeppelin/test-helpers
, I also tried withBN
fromweb3-utils
.Beta Was this translation helpful? Give feedback.
All reactions