-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up registration related tests in
pallet-registry
(#1021)
* Add test for reference counter update * Update `change_program_instance` code to use new registration flow * Update program modification change flow to use new registration * Remove outdated test related to double registration * Merge tests related to empty programs on registration * Remove empty test related to parent key registration * Remove unused import * Remove leftover comment * Move `confirm_register` test back to original spot * Ignore failing tests These tests are failing because we don't have the `RegisteredOnChain` struct pre-populated. Since we're going to be updating everything to the new registration flow soon it doesn't make much sense to fix this here. * Ignore two integration tests
- Loading branch information
Showing
5 changed files
with
100 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.