From 77c2abc524b9f3b903ce5380515cb3237896f024 Mon Sep 17 00:00:00 2001 From: Thomas Rademaker Date: Sun, 22 Jan 2023 09:32:25 -0500 Subject: [PATCH] fix broken test --- damusTests/DMTests.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/damusTests/DMTests.swift b/damusTests/DMTests.swift index 8892fe6c..4f0642e1 100644 --- 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)