Skip to content

Commit 8d822ff

Browse files
authored
Delete unused variable in unit tests (#1028)
1 parent 71d0424 commit 8d822ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/FoundationInternationalizationTests/CalendarRecurrenceRuleTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ final class CalendarRecurrenceRuleTests: XCTestCase {
5757
func testExpandToLeapMonths() {
5858
var lunarCalendar = Calendar(identifier: .chinese)
5959
lunarCalendar.timeZone = .gmt
60-
let locale = Locale(identifier: "zh-TW")
6160

6261
let start = Date(timeIntervalSince1970: 1729641600.0) // 2024-10-23T00:00:00-0000
6362

0 commit comments

Comments
 (0)