gogmagog/config/config_test.go
Deepak 3977d395f3
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
adding blank tests so all packages represented
2020-12-28 08:55:07 -06:00

11 lines
110 B
Go

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