How exactly should I return the values? Bc when I return it as a list I get the following code.
Test Failed
argument 2 (type 'list') cannot be handled by 'cat'
1: testing(7.4, 10215, 24, 20, "num_payment 20 c 459 princ 445 int 14 balance 1809") at tests.R:10
2: cat("actual", actual, "\n") at tests.R:4
It's a question, not a kata issue.
How exactly should I return the values? Bc when I return it as a list I get the following code.