Skip to content

Commit

Permalink
chore: remove unneeded test for delete-message-for-me
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jan 6, 2025
1 parent df34699 commit 87f0ae8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
(def cid "chat-id")

(deftest delete-for-me-test
(testing "foo"
(is (= 1 1)))
(with-redefs [datetime/timestamp (constantly 1)]
(let [db {:messages {cid {mid {:id mid :whisper-timestamp 1}}}}
message {:message-id mid :chat-id cid}]
Expand Down

0 comments on commit 87f0ae8

Please sign in to comment.