@0x:contracts-staking Removed storage assertions from Staking and moved them to a test contract
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { blockchainTests } from '@0x/contracts-test-utils';
|
||||
|
||||
import { artifacts, TestStorageLayoutAndConstantsContract } from '../src';
|
||||
|
||||
blockchainTests('Storage Layout and Deployment Constants Regression Tests', env => {
|
||||
it('Should successfully deploy the staking contract after running the layout and regression test', async () => {
|
||||
await TestStorageLayoutAndConstantsContract.deployFrom0xArtifactAsync(
|
||||
artifacts.TestStorageLayoutAndConstants,
|
||||
env.provider,
|
||||
env.txDefaults,
|
||||
artifacts,
|
||||
);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user