@@ -1719,6 +1719,7 @@ main = hspec $ do
1719
1719
, BuildStatusChanged (Sha " ef3" ) (Project. BuildSucceeded ) -- PR#3 sha, ignored
1720
1720
, BuildStatusChanged (Sha " 1ab" ) (Project. BuildPending Nothing ) -- same status, ignored
1721
1721
, BuildStatusChanged (Sha " 1ab" ) (Project. BuildPending (Just " example.com/1ab" ))
1722
+ , BuildStatusChanged (Sha " 1ab" ) (Project. BuildPending (Just " example.com/1ab" )) -- dup!
1722
1723
, CommentAdded (PullRequestId 1 ) " bot" " Waiting on CI job: example.com/1ab"
1723
1724
, CommentAdded (PullRequestId 3 ) " deckard" " @bot merge"
1724
1725
, CommentAdded (PullRequestId 3 ) " bot" " Pull request approved for merge behind 2 PRs."
@@ -1816,6 +1817,7 @@ main = hspec $ do
1816
1817
, CommentAdded (PullRequestId 8 ) " bot" " Waiting on CI job: example.com/2bc"
1817
1818
, BuildStatusChanged (Sha " 36a" ) (Project. BuildSucceeded ) -- arbitrary sha, ignored
1818
1819
, BuildStatusChanged (Sha " 2bc" ) (Project. BuildFailed (Just " example.com/2bc" )) -- PR#8
1820
+ , BuildStatusChanged (Sha " 2bc" ) (Project. BuildFailed (Just " example.com/2bc" )) -- dup!
1819
1821
, CommentAdded (PullRequestId 8 ) " bot" " The build failed: example.com/2bc"
1820
1822
, CommentAdded (PullRequestId 7 ) " bot" " Rebased as 3cd, waiting for CI …"
1821
1823
, BuildStatusChanged (Sha " 3cd" ) (Project. BuildPending (Just " example.com/3cd" ))
0 commit comments