Closed akileshtangella closed 1 year ago
@saiakilesh I resolved your issue with fetching fixtures, and provided an easy script ./scripts/fetch-fixtures.sh
for future reference. I also resolved the formatting issues and the incorrect file paths to the fixtures.
The CI will still fail as you have not properly implemented the trait pallet::Config<pallet_balances::Instance1>
is not implemented for mock::Test
in pallets/mixer/src/tests.rs:
. To resolve the issue refer to implementation of Instance1
in vanchor
pallet.
Other TODOs on this PR I noticed:
README
to remove dvc pull
command and reference the above mentioned fetch fixtures script.vscode
directory unless this was intentional
Summary of changes Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes