Running Copilot coding agent #490
Annotations
4 errors
|
copilot
The run was canceled by @copilot-swe-agent[bot].
|
|
copilot
The operation was canceled.
|
|
src/validation/__tests__/object-validation-engine.test.ts > ObjectValidationEngine > StateMachineValidation > should prevent invalid state transition:
packages/core/src/validation/__tests__/object-validation-engine.test.ts#L243
AssertionError: expected { valid: false, …(3) } to match object { valid: false, …(1) }
(2 matching properties omitted from actual)
- Expected
+ Received
{
- "message": StringContaining "Invalid state transition",
+ "message": "Invalid status transition",
"valid": false,
}
❯ src/validation/__tests__/object-validation-engine.test.ts:243:26
|
|
dynamic
The run was canceled by @copilot-swe-agent[bot].
|