Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Jan 11, 2025
1 parent 4b0a064 commit bbb9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SQLyraTests/RowDecoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ struct RowDecoderTests {
}

struct DecodingErrorTests: Decodable {
let item: Int // invalid
let item: Int // invalid

@Test static func keyNotFound() throws {
let repo = try ItemRepository(datatype: "ANY")
Expand Down

0 comments on commit bbb9518

Please sign in to comment.