Corrected test name

This commit is contained in:
2021-10-05 08:55:26 -07:00
parent 189da04c8f
commit e4281c25ea
2 changed files with 32 additions and 2 deletions

View File

@ -11,6 +11,6 @@
int main() {
return (
test_card() ||
test_poker()
test_poker2()
) || 0;
}