Skip to content

Commit 583051f

Browse files
committed
Fix the JS unit test
1 parent 2739516 commit 583051f

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)