Skip to content

Commit c4c08ea

Browse files
committed
remove extra space
1 parent 9a8fa1b commit c4c08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/test/specs/configuration/viewing-license.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { licenseTabList, licenseTabNames } from "./questions/licenseTabs";
1212
describe("FEATURE: License", () => {
1313
describe("RULE: Platform license type should be shown shown", () => {
1414
test.todo("EXAMPLE: The platform is running a trial license");
15-
15+
1616
test("EXAMPLE: The platform is running a commercial license", async ({ driver }) => {
1717
await driver.setUp(precondition.serviceControlWithMonitoring);
1818
await driver.setUp(precondition.hasActiveLicense);

0 commit comments

Comments
 (0)