인프런 커뮤니티 질문&답변
안녕하세요 강의 정말 잘듣고있습니다.
작성
·
485
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)
무슨 문제인지 찾을수가 없네요 ㅠㅠ
퀴즈
DApp 또는 스마트 계약 서비스 설계 시 자금 안전성 확보에 가장 중요한 요소로 강조된 것은 무엇일까요?
스마트 계약 코드의 간결성
지갑 관리 방식
데이터 마이그레이션 계획
사용할 블록체인 네트워크 선택






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