Skip to content

Commit 1dae6f8

Browse files
committed
lint
1 parent 07b1779 commit 1dae6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/teststep/file_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ func TestConfigurationFile_Write(t *testing.T) {
432432
},
433433
"file": {
434434
configFile: configurationFile{
435-
"testdata/random/random.tf",
435+
file: "testdata/random/random.tf",
436436
},
437437
},
438438
}
@@ -495,7 +495,7 @@ func TestConfigurationFile_Write_AbsolutePath(t *testing.T) {
495495
},
496496
"file": {
497497
configFile: configurationFile{
498-
"testdata/random/random.tf",
498+
file: "testdata/random/random.tf",
499499
},
500500
},
501501
}

0 commit comments

Comments
 (0)