Files
corteza/tests/system/auth_test.go
T

10 lines
105 B
Go

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