summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-08-16 18:18:33 -0400
committerBen Sima <ben@bsima.me>2023-08-16 18:25:00 -0400
commitdaeaece7ab87b88c00fa989ebc2a2973d8338dcd (patch)
tree882d192f0fdb13234f0fbec55f280c41bff3ea25 /Biz
parent933d0904cbe9fd868f8c2dc5501c4215f1300df0 (diff)
Fix active authors email in test
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Dragons.hs2
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