diff options
author | Ben Sima <ben@bsima.me> | 2023-08-16 18:18:33 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-08-16 18:25:00 -0400 |
commit | daeaece7ab87b88c00fa989ebc2a2973d8338dcd (patch) | |
tree | 882d192f0fdb13234f0fbec55f280c41bff3ea25 | |
parent | 933d0904cbe9fd868f8c2dc5501c4215f1300df0 (diff) |
Fix active authors email in test
-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 |