인프런 커뮤니티 질문&답변

쫑화님의 프로필 이미지

작성한 질문수

Ethereum 실전! 초보자를 위한 Lottery Dapp 개발

Lottery isMatch 함수 구현 및 테스트

안녕하세요 강의 정말 잘듣고있습니다.

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)

 

무슨 문제인지 찾을수가 없네요 ㅠㅠ

 

답변 1

0

쫑화님의 프로필 이미지
쫑화
질문자

2021. 10. 19. 16:57

고쳤습니다.. let blockHash 값을 제가 가지고 온 해쉬값을 넣었다가 난 오류인거같습니다..

양민규님의 프로필 이미지

2022. 05. 25. 20:37

저도 같은 이유로 테스트 통과가 되지 않네요.. 어떻게 해결하셨나요?

쫑화님의 프로필 이미지

작성한 질문수

질문하기