Skip to content

Commit

Permalink
Fix for SubscribeRouterTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 19, 2024
1 parent 4788709 commit 498c014
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,12 @@ extension SubscribeRouterTests {
let testMembership = PubNubMembershipMetadataBase(
uuidMetadataId: "TestUserID",
channelMetadataId: "TestSpaceID",
uuid: uuid, channel: channel,
status: "Test Status",
uuid: uuid,
channel: channel,
custom: ["something": true],
updated: DateFormatter.iso8601.date(from: "2019-10-05T23:35:38.457823306Z"), eTag: "TestETag"
updated: DateFormatter.iso8601.date(from: "2019-10-05T23:35:38.457823306Z"),
eTag: "TestETag"
)

mockResult.listener.didReceiveSubscription = { [unowned self] event in
Expand Down

0 comments on commit 498c014

Please sign in to comment.