fix(curve): Update integration tests

This commit is contained in:
Florian Pellissier
2024-08-09 10:37:29 +02:00
parent 6ac29335c7
commit 1f2316713f
2 changed files with 216 additions and 160 deletions

View File

@@ -66,7 +66,7 @@ class ProtocolComponentExpectation(BaseModel):
colorize_diff(diff) if colorize_output else "\n".join(diff)
)
differences.append(
f"Field '{field_name}' mismatch:\n{highlighted_diff}"
f"Field '{field_name}' mismatch for {self.id}:\n{highlighted_diff}"
)
if not differences:
return None