localconfig/creds_test.go

11 lines
135 B
Go
Raw Normal View History

2023-01-28 13:40:19 +01:00
package localconfig
import (
"testing"
)
func TestInit(t *testing.T) {
var creds Creds
creds.Init("localconfig_test")
}