Skip to content

Commit

Permalink
fix: update test with new title in command XML file
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc authored Sep 15, 2021
1 parent 533aaea commit b9b14ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/endtoend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ describe('plugin-login', () => {
});
it('creates parameters', async () => {
const dita = loadTestDitamapFile(join('login', 'cli_reference_login_org_jwt_unified.xml'));
expect(/<title><ph>Parameters<\/ph><\/title>/.test(dita)).to.be.true;
expect(/<title><ph>Flags<\/ph><\/title>/.test(dita)).to.be.true;
});
});

0 comments on commit b9b14ea

Please sign in to comment.