Skip to content

Commit a083b55

Browse files
committed
test: update filenames
1 parent 6264636 commit a083b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/endtoend.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ describe('plugin-login', () => {
3737
await fs.remove(testFilesPath);
3838
});
3939
it('creates with spaced commands', async () => {
40-
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt.xml'));
40+
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
4141
expect(/<title><codeph otherprops="nolang">login org jwt/.test(dita)).to.be.true;
4242
});
4343
it('creates with summary', async () => {
44-
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt.xml'));
44+
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
4545
expect(/shortdesc">\n(\s.*)Log in to a Salesforce org using a JSON web token \(JWT\)./.test(dita)).to.be.true;
4646
});
4747
it('creates parameters', async () => {
48-
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt.xml'));
48+
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
4949
expect(/<title><ph>Parameters<\/ph><\/title>/.test(dita)).to.be.true;
5050
});
5151
});

0 commit comments

Comments
 (0)