Skip to content

Commit ea6a72f

Browse files
committed
Tighten comment
1 parent 155717b commit ea6a72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/lookuper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestFileLookuper(t *testing.T) {
1515
tests := []struct {
1616
name string
1717
envVars map[string]string
18-
fileContent map[string]string // filename -> content
18+
fileContent map[string]string // filepath -> content
1919
lookupKey string
2020
expectedValue string
2121
expectedFound bool

0 commit comments

Comments
 (0)