Print operator name for failed recall test [skip ci]

This commit is contained in:
Andrew Kane
2022-02-14 21:52:31 -08:00
parent 9658d3c1ad
commit 01926a418e

View File

@@ -34,7 +34,7 @@ sub test_recall
} }
} }
cmp_ok($correct / $total, ">=", $min); cmp_ok($correct / $total, ">=", $min, $operator);
} }
# Initialize node # Initialize node