mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
10 lines
82 B
Go
10 lines
82 B
Go
package jira
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestJira(t *testing.T) {
|
|
createOne()
|
|
}
|