Ran prettier

This commit is contained in:
Alex Towle
2019-07-30 09:49:57 -07:00
parent 03fced81f5
commit b2ada13a21
5 changed files with 22 additions and 46 deletions

View File

@@ -16,11 +16,7 @@ describe('LibAddress', () => {
await blockchainLifecycle.startAsync();
nonContract = (await web3Wrapper.getAvailableAddressesAsync())[0];
// Deploy LibAddress
lib = await TestLibAddressContract.deployFrom0xArtifactAsync(
artifacts.TestLibAddress,
provider,
txDefaults,
);
lib = await TestLibAddressContract.deployFrom0xArtifactAsync(artifacts.TestLibAddress, provider, txDefaults);
});
after(async () => {