Improved test output [skip ci]

This commit is contained in:
Andrew Kane
2024-10-13 17:21:38 -07:00
parent a41b327b33
commit 61027645e9

View File

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