damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 77c2abc524b9f3b903ce5380515cb3237896f024
parent e4ad15ced1dc9f66db8b9de32bbb765f72527b21
Author: Thomas Rademaker <thomas@sparrowtek.com>
Date:   Sun, 22 Jan 2023 09:32:25 -0500

fix broken test

Diffstat:
MdamusTests/DMTests.swift | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/damusTests/DMTests.swift b/damusTests/DMTests.swift @@ -50,7 +50,8 @@ final class DMTests: XCTestCase { func testDMSortOrder() throws { let notif = NewEventsBits() - let model = DirectMessagesModel() + let pubkey = "3efdaebb1d8923ebd99c9e7ace3b4194ab45512e2be79c1b7d68d9243e0d2681" + let model = DirectMessagesModel(our_pubkey: pubkey) let now = Int64(Date().timeIntervalSince1970)