Skip to content

Conversation

finestructure
Copy link
Member

No description provided.

@cla-bot cla-bot bot added the cla-signed label Sep 3, 2024
afterResponse: { @MainActor res async throws in
// validation
XCTAssertEqual(res.status, .ok)
let json = try res.content.decode(PackageCollection.self)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The snapshot test here (and the others below) still fail due to the ordering issue. We could skip them for compiler(<6) but it's safer to just let it be for now. If it becomes a problem in day-to-day running we can revisit that.

@finestructure finestructure merged commit 152798f into main Sep 3, 2024
5 checks passed
@finestructure finestructure deleted the fix-xcode-15-test-crashes branch September 3, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants