Skip to content

Commit

Permalink
fix: Broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Jan 12, 2023
1 parent d9eb2cb commit 17d6073
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1876,8 +1876,8 @@ class InputObjectTemplateTests: XCTestCase {
}
public var `_`: String {
get { __data["`_`"] }
set { __data["`_`"] = newValue }
get { __data["_"] }
set { __data["_"] = newValue }
}
"""

Expand Down

0 comments on commit 17d6073

Please sign in to comment.