Skip to content

Commit

Permalink
Removing unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Oct 11, 2024
1 parent 440cc09 commit b39f739
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/jira/jira/apiutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ package jira

import (
"testing"
"time"

jira "github.com/andygrunwald/go-jira"
"github.com/ocurity/dracon/pkg/jira/document"
"github.com/andygrunwald/go-jira"
"github.com/stretchr/testify/require"
"github.com/trivago/tgo/tcontainer"
)
Expand Down Expand Up @@ -67,7 +65,6 @@ func TestMakeDescription(t *testing.T) {
require.Equal(t, res, exp)
}


func TestMakeSummary(t *testing.T) {
res, extra := makeSummary(sampleResult)
exp := "bar1:baz2 Unit Test Title"
Expand Down

0 comments on commit b39f739

Please sign in to comment.