Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: change pinger to work in "better" manner #273

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
hi
  • Loading branch information
nitay committed Mar 6, 2023
commit 33b70b4274637afb5f3af76238c9019cf12a8a06
1 change: 1 addition & 0 deletions pinger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use thiserror::Error;

#[macro_use]
extern crate lazy_static;
extern crate core;

pub mod linux;

Expand Down
2 changes: 1 addition & 1 deletion pinger/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mod tests {
"Failed"
)
} else {
assert_eq!("None", expected.trim(), "Failed")
panic!("Could not parse input file")
}

}
Expand Down