Skip to content

Commit

Permalink
Clarify that the checkout directory is what's being checked in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius authored Nov 1, 2023
1 parent 9c305cb commit fa3257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/job/integration/checkout_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func TestCheckingOutLocalGitProjectWithShortCommitHash(t *testing.T) {
}
tester.RunAndCheck(t, env...)

// Check state of the build directory
// Check state of the checkout directory
checkoutRepo := &gitRepository{Path: tester.CheckoutDir()}
checkoutRepoCommit, err := checkoutRepo.RevParse("HEAD")
assert.NilError(t, err)
Expand Down

0 comments on commit fa3257e

Please sign in to comment.