Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle edge case where an authorizedUser has multiple verification methods #21

Merged
merged 2 commits into from
Sep 29, 2023

Conversation

Robert-H-Leonard
Copy link
Contributor

No description provided.

@@ -58,13 +58,13 @@ contract DidRegistryVerificationMethodTest is DidRegistryTest {

function test_authorized_user_should_remove_verification_method() public {
address user = vm.addr(1);
address nonAuthorizedUser = vm.addr(2);
address authorizedUser = vm.addr(2);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this was just an unrelated typo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep yep.

@Robert-H-Leonard Robert-H-Leonard merged commit 4fee341 into main Sep 29, 2023
2 checks passed
@Robert-H-Leonard Robert-H-Leonard deleted the iterate-through-all-verification-methods branch October 30, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants