Skip to content

Commit

Permalink
Fix repository_test
Browse files Browse the repository at this point in the history
The test verifies the exact error message.
  • Loading branch information
abhinav committed Dec 10, 2021
1 parent 0dcebfb commit 4ccea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository_test.go
Expand Up @@ -2756,7 +2756,7 @@ func (s *RepositorySuite) TestResolveRevisionWithErrors(c *C) {
datas := map[string]string{
"efs/heads/master~": "reference not found",
"HEAD^3": `Revision invalid : "3" found must be 0, 1 or 2 after "^"`,
"HEAD^{/whatever}": `No commit message match regexp : "whatever"`,
"HEAD^{/whatever}": `no commit message match regexp: "whatever"`,
"4e1243bd22c66e76c2ba9eddc1f91394e57f9f83": "reference not found",
}

Expand Down

0 comments on commit 4ccea5b

Please sign in to comment.