diff options
Diffstat (limited to 'Biz/Dragons.hs')
-rw-r--r-- | Biz/Dragons.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |