File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ func TestListPullCommits(t *testing.T) {
2626 DecodeJSON (t , resp , & pullCommitList )
2727
2828 if assert .Len (t , pullCommitList .Commits , 2 ) {
29- assert .Equal (t , "5f22f7d0d95d614d25a5b68592adb345a4b5c7fd " , pullCommitList .Commits [0 ].ID )
30- assert .Equal (t , "4a357436d925b5c974181ff12a994538ddc5a269 " , pullCommitList .Commits [1 ].ID )
29+ assert .Equal (t , "985f0301dba5e7b34be866819cd15ad3d8f508ee " , pullCommitList .Commits [0 ].ID )
30+ assert .Equal (t , "5c050d3b6d2db231ab1f64e324f1b6b9a0b181c2 " , pullCommitList .Commits [1 ].ID )
3131 }
32- assert .Equal (t , "4a357436d925b5c974181ff12a994538ddc5a269 " , pullCommitList .LastReviewCommitSha )
32+ assert .Equal (t , "5c050d3b6d2db231ab1f64e324f1b6b9a0b181c2 " , pullCommitList .LastReviewCommitSha )
3333 })
3434}
You can’t perform that action at this time.
0 commit comments