1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 09:21:47 +00:00
comply/internal/gitlab/gitlab_test.go

10 lines
86 B
Go
Raw Normal View History

package gitlab
import (
"testing"
)
func TestGitlab(t *testing.T) {
createOne()
}