You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "Change: When a condition exists without conflicts, it should change",
255
263
before: objectWithConditions(fooTrue),
256
-
after: objectWithConditions(fooFalse),
264
+
after: objectWithConditions(addMilliseconds(fooFalse)), // this will force the test to fail if an ChangeConditionPatch operation doesn't drop milliseconds
name: "Change: When a condition exists with conflicts but there is no agreement on the final state, it should not error if force override is set",
279
287
before: objectWithConditions(fooFalse),
280
-
after: objectWithConditions(fooFalse2),
288
+
after: objectWithConditions(addMilliseconds(fooFalse2)), // this will force the test to fail if an ChangeConditionPatch operation doesn't drop milliseconds
name: "Change: When a condition exists with conflicts but there is no agreement on the final state, it should not error if the condition is owned",
288
296
before: objectWithConditions(fooFalse),
289
-
after: objectWithConditions(fooFalse2),
297
+
after: objectWithConditions(addMilliseconds(fooFalse2)), // this will force the test to fail if an ChangeConditionPatch operation doesn't drop milliseconds
0 commit comments