package jiraclient import ( "testing" ) func TestJiraClientInstantiation(t *testing.T) { _ = NewJiraClient("test", "test", "test") }