We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea286e commit 27e267cCopy full SHA for 27e267c
unit-test-js/tests/rdm.js
@@ -69,7 +69,7 @@ describe('rdmApp', function() {
69
converter.euid = '';
70
converter.convertToUID();
71
expect(converter.error).toEqual(
72
- 'Invalid EUID: insufficent data, should be 16 bytes');
+ 'Invalid EUID: incorrect amount of data, should be 16 bytes');
73
expect(converter.uid).toEqual('');
74
});
75
0 commit comments