test: add additional tests

This commit is contained in:
nanov
2019-11-20 14:42:22 +02:00
parent a10a3a8d63
commit 6d73ef77d4
5 changed files with 401 additions and 5 deletions

View File

@@ -108,5 +108,4 @@ describe('H004 response parsing', () => {
const xmlString = response.toXML().replace('\\n', '\n');
assert.deepEqual(xmlString, readFileSync(join(__dirname, '../fixtures/HPB_response.xml'), { encoding: 'utf8' }));
});
});