Skip to content

Commit b78738c

Browse files
committed
appease linter
1 parent 35b4021 commit b78738c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/configssh_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
509509
},
510510
},
511511
{
512-
name: "Start/End out of order",
512+
name: "Start/End out of order",
513513
matches: []match{
514514
// {match: "Continue?", write: "yes"},
515515
},
@@ -524,7 +524,7 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
524524
wantErr: true,
525525
},
526526
{
527-
name: "Multiple sections",
527+
name: "Multiple sections",
528528
matches: []match{
529529
// {match: "Continue?", write: "yes"},
530530
},

0 commit comments

Comments
 (0)