Skip to content

Commit

Permalink
Update the client reset tests to use the new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed May 21, 2024
1 parent adbd85e commit e9d3c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Realm/ObjectServerTests/RealmServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ public class RealmServer: NSObject {
let appServerId = try retrieveAppServerId(appId)
let ident = RLMGetClientFileIdent(ObjectiveCSupport.convert(object: realm))
XCTAssertNotEqual(ident, 0)
_ = try session.privateApps[appServerId].sync.forceReset.put(["file_ident": ident]).get()
_ = try session.apps[appServerId].sync.forceReset.put(["file_ident": ident]).get()
}

public func waitForSync(appId: String) throws {
Expand Down

0 comments on commit e9d3c0b

Please sign in to comment.