Fix test framework

This commit is contained in:
B. Blechschmidt 2023-03-24 18:04:27 +01:00
parent 5930b9b3b1
commit 280073ebfe

View file

@ -132,7 +132,7 @@ mod tests {
for potential_test in tests() {
match potential_test {
Ok(test) => {
if filter(&test) {
if !filter(&test) {
continue;
}