Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
test(getDataForDispute): unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
satello committed Mar 23, 2018
1 parent 242eeaf commit c7bc79b
Show file tree
Hide file tree
Showing 2 changed files with 447 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contractWrappers/KlerosWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,9 @@ class KlerosWrapper extends ContractWrapper {
voteCounters,
status: status.toNumber()
}
// eslint-disable-next-line no-unused-vars
} catch (err) {
console.error(err)
// console.error(err)
throw new Error(errorConstants.UNABLE_TO_FETCH_DISPUTE)
}
}
Expand Down

0 comments on commit c7bc79b

Please sign in to comment.