1
0
mirror of https://github.com/strongdm/comply synced 2024-11-17 05:14:55 +00:00
comply/internal/jira/jira_test.go

10 lines
82 B
Go
Raw Permalink Normal View History

package jira
import (
"testing"
)
func TestJira(t *testing.T) {
createOne()
}