diff options
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r-- | test/Tests/Writers/Jira.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Tests/Writers/Jira.hs b/test/Tests/Writers/Jira.hs index 57ed27360..93d830c94 100644 --- a/test/Tests/Writers/Jira.hs +++ b/test/Tests/Writers/Jira.hs @@ -20,8 +20,7 @@ tests :: [TestTree] tests = [ testGroup "inlines" [ "underlined text" =: - spanWith ("ignored", ["ignored", "underline"], [("foo", "bar")]) - "underlined text" =?> + underline "underlined text" =?> "+underlined text+" , "image with attributes" =: |