File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -432,11 +432,11 @@ func TestInitInteractiveDefaultTagPrefixIsEmpty(t *testing.T) {
432432// TestInitInteractiveExplicitTagPrefix tests that typing an explicit tag prefix
433433// in interactive mode sets it correctly.
434434// Steps:
435- // 1. Sets up a test repository
436- // 2. Runs 'git flow init' with interactive input, accepting defaults for all fields
437- // except tag prefix which is set to 'v'
438- // 3. Verifies gitflow.branch.release.tagprefix is 'v'
439- // 4. Verifies gitflow.branch.hotfix.tagprefix is 'v'
435+ // 1. Sets up a test repository
436+ // 2. Runs 'git flow init' with interactive input, accepting defaults for all fields
437+ // except tag prefix which is set to 'v'
438+ // 3. Verifies gitflow.branch.release.tagprefix is 'v'
439+ // 4. Verifies gitflow.branch.hotfix.tagprefix is 'v'
440440func TestInitInteractiveExplicitTagPrefix (t * testing.T ) {
441441 dir := testutil .SetupTestRepo (t )
442442 defer testutil .CleanupTestRepo (t , dir )
You can’t perform that action at this time.
0 commit comments