Skip to content

Commit a1624ff

Browse files
committed
fix(operations test): use update vs replace
1 parent 06a6a55 commit a1624ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTests/Services/Operations/OperationsProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public async Task ProcessAsync_Performs_LocalId_ReplacementAsync_In_References()
121121
}
122122
}
123123
}, {
124-
""op"": ""replace"",
124+
""op"": ""update"",
125125
""ref"": {
126126
""type"": ""authors"",
127127
""lid"": ""a""

0 commit comments

Comments
 (0)