Skip to content

Commit 9b3b497

Browse files
committed
wip: adds missing tests
1 parent a4ec175 commit 9b3b497

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NumberSystems/Tests/NumberSystemsTests/NadalaNumberTests.swift

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ import Testing
66
#expect($0.quantityMatchesCardinality)
77
}
88
}
9+
10+
@Test func symbolsOfNadalaDigits() async throws {
11+
12+
}
13+
14+
@Test func universalNamesOfNadalaDigits() async throws {
15+
16+
}
17+
18+
@Test func singleDigitNadalaNumbers() async throws {
19+
20+
}

0 commit comments

Comments
 (0)