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

Update visibility of PermissionPolicy fields #372

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

cameronvoell
Copy link
Contributor

Introduction 📟

Purpose ℹ️

Scope 🔭

@cameronvoell cameronvoell requested a review from a team as a code owner July 24, 2024 18:07
@@ -7,24 +7,46 @@

import CryptoKit
import XCTest
@testable import XMTPiOS
Copy link
Contributor Author

@cameronvoell cameronvoell Jul 24, 2024

Choose a reason for hiding this comment

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

Created an issue for removing @testable from other tests unless it's explicitly needed. This will help us catch inaccessible fields in the future and keep us from using incorrect fields in tests that arent available to SDK users, like how this test was previously using internal only walletAddress field instead of the public address field.

@cameronvoell cameronvoell merged commit 76c63d9 into main Jul 24, 2024
2 checks passed
@cameronvoell cameronvoell deleted the cv/permission-policy-visbility branch July 24, 2024 18:55
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