Skip to content

add to stealStake tests

Michiya requested to merge addToStealStakeTests into master

Feature Merge Request

Related Issue

Description of Feature

part2 (of 3): resolves #45 (closed)

This MR originated from another MR: !31 (closed)

Motivation and Context

Add missing tests for code branches, as highlighted in our code coverage web tool. Examples of missing tests include else cases of some if conditionals, cases in which require or assert conditions are not met, etc.

Related Tasks

  • add to test/minter.js
  • add to test/basicAssessment.js

Edited by Michiya

Merge request reports