Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
asmundg committed Oct 18, 2024
1 parent b81deed commit d2abf34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class IRInputObjectTests: XCTestCase {

func buildSubject() async throws {
let ir: IRBuilder = try await .mock(schema: schemaSDL, document: document)
subject = ir.schema.referencedTypes.inputObjects.first!
subject = ir.schema.referencedTypes.inputObjects[1]
}

// MARK: - Tests
Expand Down

0 comments on commit d2abf34

Please sign in to comment.