From 08ffc9f86b48336f2b56eb043ab9f47e2fe274d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 20 May 2025 16:30:26 +0100 Subject: [PATCH] remove dead test --- nym-api/enter_db.sh | 2 +- nym-node/nym-node-requests/src/api/v1/node/models.rs | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/nym-api/enter_db.sh b/nym-api/enter_db.sh index c8d7e2677d..bdf5056178 100755 --- a/nym-api/enter_db.sh +++ b/nym-api/enter_db.sh @@ -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 \ No newline at end of file +sqlite3 -init settings.sql /Users/jedrzej/workspace/nym/target/debug/build/nym-api-6c1428b6c3c63c2f/out/nym-api-example.sqlite \ No newline at end of file diff --git a/nym-node/nym-node-requests/src/api/v1/node/models.rs b/nym-node/nym-node-requests/src/api/v1/node/models.rs index 50b8ea070b..9d63a10380 100644 --- a/nym-node/nym-node-requests/src/api/v1/node/models.rs +++ b/nym-node/nym-node-requests/src/api/v1/node/models.rs @@ -415,11 +415,4 @@ mod tests { let res = serde_json::from_str::(legacy_raw); assert!(res.is_ok()); } - - #[test] - fn current_host_information_deserialisation_and_verification() { - let current_raw = r#" - - "#; - } }