Skip to content

Commit b091ca7

Browse files
committed
Remove unecessary type
1 parent deab071 commit b091ca7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

options_test.go

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ import (
88
"github.com/stretchr/testify/require"
99
)
1010

11-
type testEnvCase struct {
12-
Env string
13-
EnvValue string
14-
Expected interface{}
15-
Actual func() interface{}
16-
}
17-
1811
// TestEnvOptionParsing tests that given environment variables of different types are handled as expected.
1912
func TestEnvOptionParsing(t *testing.T) {
2013
t.Setenv("SETUP_SCRIPT", "setup.sh")

0 commit comments

Comments
 (0)