remove dead test
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
sqlite3 -init settings.sql /Users/jedrzej/workspace/nym/target/debug/build/nym-api-4f01f56c8e0188a3/out/nym-api-example.sqlite
|
||||
sqlite3 -init settings.sql /Users/jedrzej/workspace/nym/target/debug/build/nym-api-6c1428b6c3c63c2f/out/nym-api-example.sqlite
|
||||
@@ -415,11 +415,4 @@ mod tests {
|
||||
let res = serde_json::from_str::<SignedHostInformation>(legacy_raw);
|
||||
assert!(res.is_ok());
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn current_host_information_deserialisation_and_verification() {
|
||||
let current_raw = r#"
|
||||
|
||||
"#;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user