Skip to content

Commit

Permalink
✅ Set interest to pay variable to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Sep 24, 2018
1 parent caf9940 commit 12700e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -7,7 +7,7 @@
}

QUnit.test('$1 Loan Amount', (assert) => {
const interestToPay = undefined;
const interestToPay = 0;
strictEqual({ expected: 0, actual: interestToPay }, assert);
});
</script>

0 comments on commit 12700e1

Please sign in to comment.