Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Apr 17, 2024
1 parent c54ca92 commit 0447f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/utils/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export class TestContent {
},
assetsPage: {
displayName: 'Assets',
permName: 'complianceassessment',
build: {
name: vars.assetName,
description: vars.description,
Expand Down Expand Up @@ -471,6 +470,7 @@ export class TestContent {
},
complianceAssessmentsPage: {
displayName: 'Audits',
permName: 'complianceassessment',
dependency: vars.framework,
build: {
name: vars.assessmentName,
Expand Down

0 comments on commit 0447f6e

Please sign in to comment.