We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7071e commit 72e6d45Copy full SHA for 72e6d45
Tests/ExtractionTests/ExtractionTests.swift
@@ -28,6 +28,8 @@ final class ExtractionTests: XCTestCase {
28
29
let extractedEvolutionMetadata = try await EvolutionMetadataExtractor.extractEvolutionMetadata(for: extractionJob)
30
31
+ XCTAssertEqual(extractedEvolutionMetadata.implementationVersions, expectedResults.implementationVersions)
32
+
33
for newProposal in extractedEvolutionMetadata.proposals {
34
let id = newProposal.id
35
guard !id.isEmpty else {
0 commit comments