core: remove unused events from api (#3764)

* core: remove unused events from api

* fix test
This commit is contained in:
Evgeny Poberezkin
2024-01-26 18:54:08 +00:00
committed by GitHub
parent f2d498dd79
commit a1328c287c
2 changed files with 10 additions and 3 deletions

View File

@@ -224,8 +224,6 @@ testChatApi tmp = do
chatSendCmd cc "/_start" `shouldReturn` chatStarted
chatRecvMsg cc `shouldReturn` networkStatuses
chatRecvMsg cc `shouldReturn` userContactSubSummary
chatRecvMsg cc `shouldReturn` memberSubSummary
chatRecvMsgWait cc 10000 `shouldReturn` pendingSubSummary
chatRecvMsgWait cc 10000 `shouldReturn` ""
chatParseMarkdown "hello" `shouldBe` "{}"
chatParseMarkdown "*hello*" `shouldBe` parsedMarkdown