AL-Go
AL-Go copied to clipboard
Fix for duplicated icons in test result visualizer.
There are 2 fixes in this PR which both contributed to the issue.
-
The BuildTestMarkdownTable function edited the input rows array instead of creating a new one which was not intended in the original implementation.
-
The GetTestResultSummaryMD function which calls the markdown helper calls it twice instead of once as the call is placed in a wrong location.