Skip to content

Commit 1687258

Browse files
committed
Update Test Names
1 parent 7e7172c commit 1687258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CodeEditSourceEditorTests/Highlighting/StyledRangeStoreTests.swift renamed to Tests/CodeEditSourceEditorTests/RangeStoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extension RangeStore {
66
var count: Int { _guts.count }
77
}
88

9-
final class StyledRangeStoreTests: XCTestCase {
9+
final class RangeStoreTests: XCTestCase {
1010
typealias Store = RangeStore<StyledRangeContainer.StyleElement>
1111

1212
override var continueAfterFailure: Bool {

0 commit comments

Comments
 (0)