Skip to content

Commit c0465ba

Browse files
committed
chore: test fix
1 parent 12c3e00 commit c0465ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/resultsbuilder/FlexipageAssessmentReporter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ describe('FlexipageAssessmentReporter', () => {
271271
const headers = result[0].header;
272272
expect(headers[0].name).to.equal('Page Name');
273273
expect(headers[1].name).to.equal('File Reference');
274-
expect(headers[2].name).to.equal('Status');
274+
expect(headers[2].name).to.equal('Assessment Status');
275275
expect(headers[3].name).to.equal('Differences');
276276
expect(headers[4].name).to.equal('Summary');
277277

0 commit comments

Comments
 (0)