Skip to content

Commit

Permalink
Update exercism-api-tests/Armstrong Numbers/A seven digit number that…
Browse files Browse the repository at this point in the history
… is not an Armstrong number.bru

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
rabestro and coderabbitai[bot] committed Apr 1, 2024
1 parent a7e50b6 commit 195e6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ query {
}

assert {
res.body.isArmstrongNumber: isTruthy
res.body.isArmstrongNumber: isFalsy
}

0 comments on commit 195e6d6

Please sign in to comment.