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
Copy file name to clipboardExpand all lines: crates/forge/tests/integration/too_many_events.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ fn too_many_events() {
140
140
&result,
141
141
"emit_too_many_events",
142
142
&format!(
143
-
"Got an exception while executing a hint: Exceeded the maximum number of events, number events: {emit_too_many_events}, max number events: {max_n_emitted_events}."
143
+
"Got an exception while executing a hint: [..] Exceeded the maximum number of events, number events: {emit_too_many_events}, max number events: {max_n_emitted_events}."
0 commit comments