I'm using PatchOperationTest to check a value before I replace it, but this has the unfortunate effect of throwing "critical" errors when the value doesn't need modified. Is there something in the PatchOperationTest class I can change to prevent it from printing the error or at least lower the severity?
Found an answer by digging through other mods. I just needed to add <success>Always</success> after the start of the sequence.