Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickschubert committed Jun 21, 2020
1 parent d7f0f3a commit 43af2eb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions jira/jira_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ func TestLinkifyJiraDescriptionObjectsMultipleParagraphs(t *testing.T) {
},
},
},
{
Type: "paragraph",
Content: []paragraphContent{
{
Type: "hardBreak",
},
},
},
{
Type: "paragraph",
Content: []paragraphContent{
Expand Down Expand Up @@ -95,6 +103,14 @@ func TestLinkifyJiraDescriptionObjectsMultipleParagraphs(t *testing.T) {
},
},
},
{
Type: "paragraph",
Content: []paragraphContent{
{
Type: "hardBreak",
},
},
},
{
Type: "paragraph",
Content: []paragraphContent{
Expand Down

0 comments on commit 43af2eb

Please sign in to comment.