Skip to content

Commit

Permalink
Correct wrong program name
Browse files Browse the repository at this point in the history
  • Loading branch information
eslopfer authored and davhojt committed Jul 14, 2022
1 parent e23ac5d commit bc55941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/printevenarguments_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ func main() {
{"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"},
}
for _, arg := range table {
challenge.Program("concatenate", arg...)
challenge.Program("printevenarguments", arg...)
}
}

0 comments on commit bc55941

Please sign in to comment.