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 14, 2022
1 parent fdde7f8 commit 0d14cd9
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 0d14cd9

Please sign in to comment.