mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
Fix some warnings (#3279)
We have a few warnings, mostly in the test suite, that have cropped up with deprecations and Xcode 16 strict concurrency, so let's address them.
This commit is contained in:
@@ -20,7 +20,7 @@ final class SyncUpFormTests: XCTestCase {
|
||||
$0.uuid = .incrementing
|
||||
}
|
||||
|
||||
XCTAssertNoDifference(
|
||||
expectNoDifference(
|
||||
store.state.syncUp.attendees,
|
||||
[
|
||||
Attendee(id: Attendee.ID(UUID(0)))
|
||||
|
||||
Reference in New Issue
Block a user