Skip to content

Commit 27e267c

Browse files
committed
Fix the JS unit test
(cherry picked from commit 583051f)
1 parent 0ea286e commit 27e267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-test-js/tests/rdm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('rdmApp', function() {
6969
converter.euid = '';
7070
converter.convertToUID();
7171
expect(converter.error).toEqual(
72-
'Invalid EUID: insufficent data, should be 16 bytes');
72+
'Invalid EUID: incorrect amount of data, should be 16 bytes');
7373
expect(converter.uid).toEqual('');
7474
});
7575

0 commit comments

Comments
 (0)