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

10 lines
86 B
Go
Raw Permalink Normal View History

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