mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-02 11:34:24 +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() {
|
||||
match potential_test {
|
||||
Ok(test) => {
|
||||
if filter(&test) {
|
||||
if !filter(&test) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue