Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed Apr 25, 2024
1 parent d289664 commit f0ad83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/describe/describe_affected_test.go
Expand Up @@ -50,7 +50,7 @@ func TestDescribeAffectedWithTargetRefCheckout(t *testing.T) {

// Git reference and commit SHA
// Refer to https://git-scm.com/book/en/v2/Git-Internals-Git-References for more details
ref := ""
ref := "refs/heads/master"
sha := ""

affected, err := e.ExecuteDescribeAffectedWithTargetRefCheckout(cliConfig, ref, sha, true, true)
Expand Down

0 comments on commit f0ad83d

Please sign in to comment.