Skip to content

Commit

Permalink
Test: Remove obsolete pending test
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Apr 26, 2024
1 parent 581ffae commit 891ea5d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasklite-core/test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@ testSuite conf now = do
unpack (show noteResult)
`shouldStartWith` "🗒 Added a note to task"

it "deletes a note" $ do
withMemoryDb conf $ \memConn -> do
insertRecord "tasks" memConn exampleTask
_ <- addNote conf memConn "A test note" [exampleTask.ulid]
-- delResult <- Note.deleteNote conf memConn ulid
pendingWith "Implement deleteNote"

it "sets due UTC" $ do
withMemoryDb conf $ \memConn -> do
insertRecord "tasks" memConn exampleTask
Expand Down

0 comments on commit 891ea5d

Please sign in to comment.