nodeinfo: Fix typo in test

This commit is contained in:
Steffo 2024-12-16 01:59:59 +01:00
parent 4bc776c3fd
commit 48c3b9911b
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -62,7 +62,7 @@ macro_rules! test_version {
test_version!(akkoma, "https://junimo.party", "2.1"); test_version!(akkoma, "https://junimo.party", "2.1");
test_version!(mastodon, "https://mastodon.social", "2.0"); test_version!(mastodon, "https://mastodon.social", "2.0");
test_version!(misskey, "https://misskey.io", "2.1"); 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!(gotosocial, "https://alpha.polymaths.social", "2.0");
test_version!(bridgyfed, "https://fed.brid.gy", "2.1"); test_version!(bridgyfed, "https://fed.brid.gy", "2.1");
test_version!(threads, "https://threads.net", "", ignore = "does not support NodeInfo"); test_version!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");