From 6ef263f53e58e880cc0ae73ec7901652952daee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 27 Nov 2024 12:30:39 +0100 Subject: [PATCH] Fix typo --- services/tests/pixelfed-garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/pixelfed-garage.nix b/services/tests/pixelfed-garage.nix index 849a45c..56c5d11 100644 --- a/services/tests/pixelfed-garage.nix +++ b/services/tests/pixelfed-garage.nix @@ -186,7 +186,7 @@ pkgs.nixosTest { server.succeed("pixelfed-manage user:create --name=test --username=test --email=${email} --password=${password} --confirm_email=1") # NOTE: This could in theory give a false positive if pixelfed changes it's - # colorscheme to include pure green. (see same problem in pixelfed-garage.nix). + # colorscheme to include pure green. (see same problem in mastodon-garage.nix). # TODO: For instance: post a red image and check that the green pixel IS NOT # there, then post a green image and check that the green pixel IS there.