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
test/events/message_logged_test.dart:MessageLogged context is immutable
Reason for failure/description
The MessageLogged event's context is not properly enforcing immutability. The test expects the context value to remain "value" but it's being modified to "modified".
Error details:
Expected: 'value'
Actual: 'modified'
Which: is different.
Expected: value
Actual: modified
^
Differ at offset 0
Select package
Log
Which jobs/test(s) are failing
test/events/message_logged_test.dart:MessageLogged context is immutable
Reason for failure/description
The MessageLogged event's context is not properly enforcing immutability. The test expects the context value to remain "value" but it's being modified to "modified".
Is this a regression?
No
Media proof
Additional context
The text was updated successfully, but these errors were encountered: