Skip to content

Commit

Permalink
fixinf upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed Apr 7, 2022
1 parent d13f3b2 commit 6fb6f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/upgrade/AgreementStoreManagerUpgrade.Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ contract('AgreementStoreManager', (accounts) => {
web3,
artifacts,
contracts: [
'NeverminedConfig',
'DIDRegistry',
'ConditionStoreManager',
'TemplateStoreManager',
Expand Down
2 changes: 1 addition & 1 deletion test/upgrade/ConditionStoreManagerUpgrade.Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract('ConditionStoreManager', (accounts) => {
const addressBook = await deploy({
web3,
artifacts,
contracts: ['ConditionStoreManager'],
contracts: ['ConditionStoreManager', 'NeverminedConfig'],
verbose
})

Expand Down

0 comments on commit 6fb6f27

Please sign in to comment.