diff --git a/damusTests/ZapTests.swift b/damusTests/ZapTests.swift index 25415e39..727d829d 100644 --- a/damusTests/ZapTests.swift +++ b/damusTests/ZapTests.swift @@ -68,8 +68,8 @@ final class ZapTests: XCTestCase { XCTAssertEqual(zap.zapper, zapper) XCTAssertEqual(zap.target, ZapTarget.profile(profile)) - XCTAssertEqual(zap_notification_title(zap), "Zap") - XCTAssertEqual(zap_notification_body(profiles: Profiles(ndb: test_damus_state.ndb), zap: zap), "You received 1k sats from 107jk7ht:2quqncxg") + XCTAssertEqual(NotificationFormatter.zap_notification_title(zap), "Zap") + XCTAssertEqual(NotificationFormatter.zap_notification_body(profiles: Profiles(ndb: test_damus_state.ndb), zap: zap), "You received 1k sats from 107jk7ht:2quqncxg") } }