DriveLinked/config/config_test.go

8 lines
88 B
Go
Raw Permalink Normal View History

2022-04-03 12:30:50 +08:00
package config
import "testing"
func TestSetupConfig(t *testing.T) {
SetupConfig()
2022-04-03 12:30:50 +08:00
}