From e8e73fa0cb972e2efbdd59b375158493d2c2952b Mon Sep 17 00:00:00 2001 From: Shi Han NG Date: Fri, 21 Jan 2022 21:54:28 +0900 Subject: [PATCH] Fix repo integration tests https://github.com/thockin/test is updated --- internal/repo/repo_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/repo/repo_test.go b/internal/repo/repo_test.go index cbba771..09bf468 100644 --- a/internal/repo/repo_test.go +++ b/internal/repo/repo_test.go @@ -1,4 +1,4 @@ -// +build integration +//go:build integration package repo @@ -94,7 +94,7 @@ func (s *RepoSuite) TestCheckout() { args: args{ commitHash: "", }, - want: "0d23e960376c28f21bbae5966a603e2f90ca2785", + want: "2ef535a7891d630d3011c14cc0314ae3b6977203", assertion: assert.NoError, }, {