File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ struct IntegrationTests {
176
176
try await txRoom. attach ( )
177
177
178
178
// (4) Enter presence on the other client and check that we receive the updated occupancy on the subscription
179
- try await txRoom. presence. enter ( data : nil )
179
+ try await txRoom. presence. enter ( )
180
180
181
181
// (5) Check that we received an updated presence count on the subscription
182
182
_ = try #require( await rxOccupancySubscription. first { occupancyEvent in
@@ -188,7 +188,7 @@ struct IntegrationTests {
188
188
#expect( rxOccupancyAfterTxEnter. presenceMembers == 1 ) // 1 for txClient entering presence
189
189
190
190
// (7) Leave presence on the other client and check that we receive the updated occupancy on the subscription
191
- try await txRoom. presence. leave ( data : nil )
191
+ try await txRoom. presence. leave ( )
192
192
193
193
// (8) Check that we received an updated presence count on the subscription
194
194
_ = try #require( await rxOccupancySubscription. first { occupancyEvent in
You can’t perform that action at this time.
0 commit comments