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

10 lines
82 B
Go

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