u01/tests: Fix typo
This commit is contained in:
parent
db4d489ae8
commit
5ce178b914
|
@ -178,7 +178,7 @@ TEST_CASE("Cycle detection (iterative)") {
|
|||
delete n;
|
||||
}
|
||||
|
||||
TEST_CASE("Equivalence of interative and recursive print") {
|
||||
TEST_CASE("Equivalence of iterative and recursive print") {
|
||||
node *n = new node();
|
||||
REQUIRE(n->print_recursive() == n->print_iterative());
|
||||
delete n;
|
||||
|
|
Reference in a new issue