remove dead test

This commit is contained in:
Jędrzej Stuczyński
2025-05-20 16:30:26 +01:00
parent abd2a095ad
commit 08ffc9f86b
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -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#"
"#;
}
}