Skip to content

Commit

Permalink
FRW-1877 Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-velikanov committed Sep 11, 2024
1 parent 1c520e5 commit 9ec31bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ public function testBuildBlockerTextBlockTruncatesErrorTraceDataProvider(): arra
return [
[
'<b>Test error message.</b>[stacktrace] #0 /first/row/of/trace/#1 /second/row/of/trace/ #3 /third/row/of/trace/',
'<b>Test error message.</b>[stacktrace] #0 /first/row/of/trace/',
'<b>Test error message.</b> #0 /first/row/of/trace/[...trace truncated...]',
],
[
'<u>Another test error message.</u>[stacktrace] #0 /first/row/of/trace/#1 /second/row/of/trace/ #3 /third/row/of/trace/',
'<u>Another test error message.</u>[stacktrace] #0 /first/row/of/trace/',
'<u>Another test error message.</u> #0 /first/row/of/trace/[...trace truncated...]',
],
];
}
Expand Down

0 comments on commit 9ec31bb

Please sign in to comment.