Skip to content

Commit

Permalink
Rollback token parameter in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pszczesniak committed May 23, 2023
1 parent a63784d commit de9c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-utils/tests/verifylicense.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe( 'utils', () => {
it( 'when old token format is given', () => {
// old
// eslint-disable-next-line max-len
const string = 'K1RHbDJhb0RoYXpRQTI0alZOaUowZE5NTldHM05rc3ovYnRkTVZOR3VnZDBhLzVOa3Z1SUd2N2JEY2JVWk13YkNzUjBleC9tSlJiYSswNHNYTEdHTkRiV0xwR0h0ZkhZU095eEZDWHpZd3ZkQ2huaTA0UmxHQkZEM00wUFVzcXk=';
const string = 'YWZvb2JkcnphYXJhZWJvb290em9wbWJvbHJ1c21sZnJlYmFzdG1paXN1cm1tZmllenJhb2F0YmFvcmxvb3B6aWJvYWRiZWZzYXJ0bW9ibG8=';

expect( verifyLicense( string ) ).to.be.equal( 'VALID' );
} );
Expand Down

0 comments on commit de9c115

Please sign in to comment.