21.10.19 16:45 작성
·
407
1
잘 따라오고 있다가 오늘 이벤트가 발생하지 않은 오류가 나왔습니다.
Contract: Lottery
isMatch
1) should be BettingResult.Win when two characters match
> No events were emitted
2) should be BettingResult.Fail when two characters match
> No events were emitted
3) should be BettingResult.Draw when two characters match
> No events were emitted
0 passing (229ms)
3 failing
1) Contract: Lottery
isMatch
should be BettingResult.Win when two characters match:
AssertionError: expected <BN: 0> to equal 1
at Context.<anonymous> (test/Lottery.test.js:60:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
2) Contract: Lottery
isMatch
should be BettingResult.Fail when two characters match:
AssertionError: expected <BN: 2> to equal 0
at Context.<anonymous> (test/Lottery.test.js:65:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
3) Contract: Lottery
isMatch
should be BettingResult.Draw when two characters match:
AssertionError: expected <BN: 0> to equal 2
at Context.<anonymous> (test/Lottery.test.js:70:14)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
무슨 문제인지 찾을수가 없네요 ㅠㅠ
2022. 05. 25. 20:37
저도 같은 이유로 테스트 통과가 되지 않네요.. 어떻게 해결하셨나요?