Skip to content
Snippets Groups Projects
Unverified Commit 42a94018 authored by Nikos Kontakis's avatar Nikos Kontakis
Browse files

Remove non-used constant

parent 5e5c902e
Branches
No related merge requests found
......@@ -5,7 +5,6 @@ pub const SHOULD_COMPILE: &str = "Should compile with success";
pub const INFAILABLE: &str = "Infaillible";
pub const NO_ERR_DEF_BUILDER: &str = "Should have no errors for default builder";
pub const RW_FAILED: &str = "Should be able to read/write - failed";
pub const OPT_UNWRAP_ERR: &str = "Option unwrap error";
pub const THIS_IS_A_BUG: &str =
"this is a bug please report it: https://github.com/paritytech/zombienet-sdk/issues";
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment