Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 28, 2024
1 parent bacf5c6 commit 2a15de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EnumeratorMacroTests/EnumeratorMacroTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ var isTestCase2: Bool {
}
""")
@Enumerator("""
var caseName: Bool {
var caseName: String {
switch self {
{{#cases}}
case .{{name}}:
Expand Down

0 comments on commit 2a15de9

Please sign in to comment.