From 280073ebfefe5eaac1cc9b07940777809db51747 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Fri, 24 Mar 2023 18:04:27 +0100 Subject: [PATCH] Fix test framework --- tests/proxy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/proxy.rs b/tests/proxy.rs index 74e1a32..add0648 100644 --- a/tests/proxy.rs +++ b/tests/proxy.rs @@ -132,7 +132,7 @@ mod tests { for potential_test in tests() { match potential_test { Ok(test) => { - if filter(&test) { + if !filter(&test) { continue; }