Skip to content

Commit

Permalink
Fix go tests - replace mandos -> scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Dec 29, 2023
1 parent d1767c5 commit 1185594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion esdt-safe/scenarios/setup_accounts.scen.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"steps": [
{
"step": "externalSteps",
"path": "../../price-aggregator/mandos/get_latest_price_feed.scen.json"
"path": "../../price-aggregator/scenarios/get_latest_price_feed.scen.json"
},
{
"step": "setState",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"steps": [
{
"step": "externalSteps",
"path": "../../bridged-tokens-wrapper/mandos/whitelist_token.scen.json"
"path": "../../bridged-tokens-wrapper/scenarios/whitelist_token.scen.json"
},
{
"step": "setState",
Expand Down
2 changes: 1 addition & 1 deletion multisig/scenarios/setup.scen.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"steps": [
{
"step": "externalSteps",
"path": "../../price-aggregator/mandos/oracle_gwei_in_eth_and_egld_submit.scen.json"
"path": "../../price-aggregator/scenarios/oracle_gwei_in_eth_and_egld_submit.scen.json"
},
{
"step": "setState",
Expand Down

0 comments on commit 1185594

Please sign in to comment.