Remove obsolete client.blockchain(2, 4) test

This commit is contained in:
Simon Warta 2020-08-18 09:15:36 +02:00
parent 9591c22512
commit 541559e329

View File

@ -119,7 +119,6 @@ function defaultTestSuite(rpcFactory: () => RpcClient, adaptor: Adaptor): void {
const client = new Client(rpcFactory(), adaptor);
expect(await client.block()).toBeTruthy();
expect(await client.blockchain(2, 4)).toBeTruthy();
expect(await client.blockResults(3)).toBeTruthy();
expect(await client.commit(4)).toBeTruthy();
expect(await client.genesis()).toBeTruthy();