package config_test import ( "log" "testing" ) func TestTrue(t *testing.T) { log.Print("no real test") }