Skip to content

Commit

Permalink
Fix repo integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanng committed Jan 21, 2022
1 parent 4f2ad4a commit e8e73fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/repo/repo_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build integration
//go:build integration

package repo

Expand Down Expand Up @@ -94,7 +94,7 @@ func (s *RepoSuite) TestCheckout() {
args: args{
commitHash: "",
},
want: "0d23e960376c28f21bbae5966a603e2f90ca2785",
want: "2ef535a7891d630d3011c14cc0314ae3b6977203",
assertion: assert.NoError,
},
{
Expand Down

0 comments on commit e8e73fa

Please sign in to comment.