Browse Source

Fix test framework

pull/16/head
B. Blechschmidt 3 years ago
parent
commit
280073ebfe
  1. 2
      tests/proxy.rs

2
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;
}

Loading…
Cancel
Save