1
0
mirror of https://github.com/strongdm/comply synced 2024-09-29 06:30:59 +00:00
comply/internal/jira/jira_test.go

10 lines
82 B
Go
Raw Normal View History

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