Skip to content

Commit ec78526

Browse files
committed
Updated unit-test.
1 parent 28475df commit ec78526

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test-utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ function other() {
627627
var b = U.atob(a);
628628

629629
assert.ok(b === input, 'U.atob() / U.btoa()');
630+
assert.ok(U.decryptUID(U.encryptUID(100)) === 100, 'U.encryptUID() + U.decryptUID()');
630631
}
631632

632633
function Utils_Ls2_StringFilter() {

0 commit comments

Comments
 (0)