Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Dec 3, 2024
1 parent 7a27174 commit 5f37415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botframework-config/tests/loadAndSave.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe('LoadAndSaveTests', function () {
});

it('LegacyEncryption', async function () {
if (!(UNSUPPORTED_VERSION.localeCompare(process.version) > 0)) {
if (UNSUPPORTED_VERSION.localeCompare(process.version) < 1) {
await assert.rejects(
bf.BotConfiguration.load(legacyBotPath, 'password'),
new Error(`This method is not available for Node.js versions over ${UNSUPPORTED_VERSION}.`),
Expand Down

0 comments on commit 5f37415

Please sign in to comment.