Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Jun 28, 2024
1 parent 7d1dceb commit a4c0a42
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions jira/internal/issue_impl_adf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ package internal
import (
"context"
"errors"
"net/http"
"testing"

"github.com/stretchr/testify/assert"

model "github.com/ctreminiom/go-atlassian/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/service"
"github.com/ctreminiom/go-atlassian/service/mocks"
"github.com/stretchr/testify/assert"
"net/http"
"testing"
)

func Test_internalIssueADFServiceImpl_Delete(t *testing.T) {
Expand Down Expand Up @@ -547,7 +549,9 @@ func Test_internalIssueADFServiceImpl_Create(t *testing.T) {
"customfield_10052": []map[string]interface{}{map[string]interface{}{"name": "jira-administrators"}, map[string]interface{}{"name": "jira-administrators-system"}},
"issuetype": map[string]interface{}{"name": "Story"},
"project": map[string]interface{}{"id": "10000"},
"summary": "New summary test"},
"summary": "New summary test",
"duedate": "",
},
}

type fields struct {
Expand Down

0 comments on commit a4c0a42

Please sign in to comment.