From 48c3b9911b33087074b9a3d6b0adeccaa48f6990 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 16 Dec 2024 01:59:59 +0100 Subject: [PATCH] `nodeinfo`: Fix typo in test --- acrate_nodeinfo/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrate_nodeinfo/tests/integration_tests.rs b/acrate_nodeinfo/tests/integration_tests.rs index c170185..4372a95 100644 --- a/acrate_nodeinfo/tests/integration_tests.rs +++ b/acrate_nodeinfo/tests/integration_tests.rs @@ -62,7 +62,7 @@ macro_rules! test_version { test_version!(akkoma, "https://junimo.party", "2.1"); test_version!(mastodon, "https://mastodon.social", "2.0"); test_version!(misskey, "https://misskey.io", "2.1"); -test_version!(iceshrimpnet, "https://meow_company", "2.1"); +test_version!(iceshrimpnet, "https://meow.company", "2.1"); test_version!(gotosocial, "https://alpha.polymaths.social", "2.0"); test_version!(bridgyfed, "https://fed.brid.gy", "2.1"); test_version!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");