v0.1.1 helpers update to public, docs and comments update
This commit is contained in:
@ -224,7 +224,6 @@ func TestFileDiscovery(t *testing.T) {
|
||||
assert.Equal(t, "value", val)
|
||||
})
|
||||
|
||||
// Rest of test cases remain the same...
|
||||
t.Run("DiscoveryWithEnvVar", func(t *testing.T) {
|
||||
tmpDir := t.TempDir()
|
||||
configFile := filepath.Join(tmpDir, "env.toml")
|
||||
@ -361,4 +360,4 @@ func TestBuilderWithTypedValidator(t *testing.T) {
|
||||
require.Error(t, err)
|
||||
assert.Contains(t, err.Error(), "typed validator signature")
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user