Sign in
apache
/
incubator-seata-go
/
refs/heads/master_old
/
.
/
logging
/
logging_test.go
blob: 3a42f3ce8226d2ce21faecf45b2dd4cdb2d86029 [
file
] [
log
] [
blame
]
package logging
import "testing"
func TestSeataLogger_Info(t *testing.T) {
Logger.Info("there is a bug")
}