3
0
corteza/tests/system/auth_test.go
2019-09-10 19:41:16 +02:00

10 lines
105 B
Go

package system
import (
"testing"
)
func TestAuth(t *testing.T) {
t.Skip("pending implementation")
}