From daeaece7ab87b88c00fa989ebc2a2973d8338dcd Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 16 Aug 2023 18:18:33 -0400 Subject: Fix active authors email in test --- Biz/Dragons.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Dragons.hs') diff --git a/Biz/Dragons.hs b/Biz/Dragons.hs index 8d33130..87f9cdf 100644 --- a/Biz/Dragons.hs +++ b/Biz/Dragons.hs @@ -1721,7 +1721,7 @@ test_analyzeGitHub load = -- bareRepo @?= depo c <> "/github.com/octocat/Hello-World.git" let Analysis {..} = analysis length activeAuthors @?= 2 - activeAuthors @?= ["hire@spacegho.st", "octocat@github.com"] + activeAuthors @?= ["git@spacegho.st", "octocat@github.com"] blackholes @?= ["README"] liabilities @?= ["README"] Map.member "README" stale @?= True -- cgit v1.2.3