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:
Stephen Celis
2024-08-12 08:24:30 -07:00
committed by GitHub
parent 85415973b2
commit e1f07facd9
12 changed files with 107 additions and 78 deletions

View File

@@ -20,7 +20,7 @@ final class SyncUpFormTests: XCTestCase {
$0.uuid = .incrementing
}
XCTAssertNoDifference(
expectNoDifference(
store.state.syncUp.attendees,
[
Attendee(id: Attendee.ID(UUID(0)))