Skip to content

Commit

Permalink
feat(iterativefactorial): add test for int overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo committed Jan 17, 2024
1 parent e762e5c commit 2998c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/iterativefactorial_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ func main() {
for _, arg := range table {
challenge.Function("IterativeFactorial", student.IterativeFactorial, solutions.IterativeFactorial, arg)
}

challenge.Function("IterativeFactorial", student.IterativeFactorial, solutions.IterativeFactorial, 22)
}

0 comments on commit 2998c0f

Please sign in to comment.