Using @Shared in tests #3330
Closed
kgrigsby59
started this conversation in
General
Replies: 1 comment 1 reply
-
From @mbrandonw in Slack:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple test using a shared UserDefault that is failing and I don't understand why. The shared value in the Feature state is being set to the default value (true) instead of the value (false) set in the test. I'm using Xcode 16.0 beta 6 and tried both Swift 5 and Swift 6.
ShareTest.zip
Beta Was this translation helpful? Give feedback.
All reactions