Skip to content

Commit

Permalink
minor whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanok committed Apr 7, 2020
1 parent 073ce47 commit adbbdf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const _arweave = Arweave.init({ host: 'arweave.net', port: '443', protocol: 'htt

const wallet0 = JSON.parse(readFileSync(__dirname + '/test_key0.json').toString());
const wallet1 = JSON.parse(readFileSync(__dirname + '/test_key1.json').toString());
const wallet2 = JSON.parse(readFileSync(__dirname + '/test_key2.json').toString());

const TEST_STRING = 'HELLOWORLD_TEST_STRING';
const TEST_TAGS = [ { name: 'MyTag', value: '0'}, {name: "OtherTag", value: "Foo" }, { name: "MyTag", value: '1' } ];
Expand Down Expand Up @@ -73,7 +72,6 @@ describe('Data API - verification', function() {
it('should fail to verify a DataItem with a invalid owner', async function() {
const item0 = await Data.createData({ data: 'TESTSTRINGA'}, wallet0);


const signed = await Data.sign(item0, wallet0);

expect(
Expand Down

0 comments on commit adbbdf6

Please sign in to comment.