diff --git a/context_test.go b/context_test.go index 545dc1b..c3aaeb8 100644 --- a/context_test.go +++ b/context_test.go @@ -253,11 +253,10 @@ func TestContext_GlobalIsSet_fromEnv(t *testing.T) { timeoutIsSet, tIsSet bool noEnvVarIsSet, nIsSet bool passwordIsSet, pIsSet bool - passwordValue string + passwordValue string unparsableIsSet, uIsSet bool - overrideIsSet, oIsSet bool + overrideIsSet, oIsSet bool overrideValue string - ) clearenv()