8 lines
88 B
Go
8 lines
88 B
Go
package config
|
|
|
|
import "testing"
|
|
|
|
func TestSetupConfig(t *testing.T) {
|
|
SetupConfig()
|
|
}
|