Skip to content

Commit

Permalink
Update cmd/terramate/e2etests/general_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago de Bem Natel de Moura <t.nateldemoura@gmail.com>
  • Loading branch information
katcipis and i4ki committed May 16, 2022
1 parent c331803 commit 44b1f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terramate/e2etests/general_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func TestCommandsNotRequiringGitSafeguards(t *testing.T) {
}

func setupLocalMainBranchBehindOriginMain(git *sandbox.Git, changeFiles func()) {
// dance below makes makes local main branch behind origin/main by 1 commit.
// dance below makes local main branch behind origin/main by 1 commit.
// - a "temp" branch is created to record current commit.
// - go back to main and create 1 additional commit and push to origin/main.
// - switch to "temp" and delete "main" reference.
Expand Down

0 comments on commit 44b1f99

Please sign in to comment.