Skip to content

[Technical Questions] AccountButton scope #164

Discussion options

You must be logged in to vote

@Priyankas007 Seems like the build is not failing our main app; but your test target. It might be that you accidentally added some of your views to your test target. You should generally only use elements that are unit tests in the test target and you can access the system under test using @testable import statements. This article is a good help: https://www.avanderlee.com/swift/testing-private-methods-variables/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vishnuravi
Comment options

Answer selected by vishnuravi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants