Skip to content

Commit

Permalink
chore: fix deprecation tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Jun 13, 2022
1 parent 3f9792b commit 224daf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class EnumTemplateTests: XCTestCase {
)

let expected = """
public enum TestEnum: String, EnumType {
enum TestEnum: String, EnumType {
case ONE
case TWO
case THREE
Expand All @@ -169,7 +169,7 @@ class EnumTemplateTests: XCTestCase {
)

let expected = """
public enum TestEnum: String, EnumType {
enum TestEnum: String, EnumType {
case TWO
}
"""
Expand Down

0 comments on commit 224daf3

Please sign in to comment.