Skip to content

Commit 18606ad

Browse files
committed
Fix failing tests
1 parent fc382d2 commit 18606ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/refactoring/AddEquatableConformance/Outputs/first.swift.expected renamed to test/refactoring/AddEquatableConformance/Outputs/basic/first.swift.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ extension TestAddEquatable {
1414
return true
1515
}
1616
}
17+
18+
19+

test/refactoring/AddEquatableConformance/Outputs/second.swift.expected renamed to test/refactoring/AddEquatableConformance/Outputs/basic/second.swift.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ extension TestAddEquatable: Equatable {
1414
lhs.pr == rhs.pr
1515
}
1616
}
17+
18+
19+

0 commit comments

Comments
 (0)