Skip to content

Commit

Permalink
Merge pull request #861 from modelix/fix-failing-test-in-ReplicatedMo…
Browse files Browse the repository at this point in the history
…delJS

build(model-client): fix failing test in ReplicatedModelJS
  • Loading branch information
odzhychko authored Jun 27, 2024
2 parents c0df4d6 + 2f2f432 commit d4fd047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ afterEach(() => {

test("replicated model uses user set in client", async () => {
const userId = "aAuthor"
client!.setClientProvideUserId(userId)
client!.setClientProvidedUserId(userId)
const rootNode = replicatedModel!.getBranch().rootNode

rootNode.setPropertyValue("aProperty", "aValue")
Expand Down

0 comments on commit d4fd047

Please sign in to comment.