mirror of
https://github.com/strongdm/comply
synced 2024-11-05 23:45:25 +00:00
10 lines
86 B
Go
10 lines
86 B
Go
|
package gitlab
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestGitlab(t *testing.T) {
|
||
|
createOne()
|
||
|
}
|