Commit Graph

2 Commits

Author SHA1 Message Date
e601e6df31 fix: preserve full error message in not() expectation failures
When using not() expectations with custom error messages, the message
was truncated because throwExpectationFailedException() passed all
arguments through shortenedExport() which limits strings to ~40 chars.

Uses the full export() method for arguments instead of shortenedExport()
so custom error messages are displayed in their entirety.

Fixes #1533
2026-04-07 18:12:54 +05:30
6d7fd66f82 tests: on opposite throwExpectationFailedException 2022-12-14 14:56:26 +00:00