changed the test file

This commit is contained in:
Anatoly 2018-02-07 12:54:37 +02:00
parent fd5553d3c3
commit 7868edfe38
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

2
test/TestAssets/test.txt Normal file
View file

@ -0,0 +1,2 @@
--
This is a dummy text for a sake of the test.

View file

@ -188,7 +188,7 @@ module.exports = class TestSchemaProcessor {
* @returns {Promise<Buffer>}
*/
readTestBlob() {
const blobPath = path.join(__dirname, '..', 'TestAssets', 'test.png');
const blobPath = path.join(__dirname, '..', 'TestAssets', 'test.txt');
return this.readFile(blobPath);
}