mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-04 04:14:44 +00:00
Fix test framework
This commit is contained in:
parent
5930b9b3b1
commit
280073ebfe
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ mod tests {
|
||||||
for potential_test in tests() {
|
for potential_test in tests() {
|
||||||
match potential_test {
|
match potential_test {
|
||||||
Ok(test) => {
|
Ok(test) => {
|
||||||
if filter(&test) {
|
if !filter(&test) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue