Feature request: Remove @testable
from tests unless it is explicitly needed
#373
Labels
enhancement
New feature or request
Is your feature request related to a problem?
@testable
imports in our tests allows us to access internal only fields and classes that users of the SDK would not be able to access. There are some spots in our tests where we are utilizing internal only properties that incorrectly demonstrate how to use the SDK. Removing@testable
import of XMTPiOS from our tests will help us catch this in tests.Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: