diff --git a/Tests/SwiftH3Tests/H3IndexTests.swift b/Tests/SwiftH3Tests/H3IndexTests.swift index 2523e72..bd19129 100644 --- a/Tests/SwiftH3Tests/H3IndexTests.swift +++ b/Tests/SwiftH3Tests/H3IndexTests.swift @@ -117,7 +117,14 @@ final class H3IndexTests: XCTestCase { ("testStringToH3Index", testStringToH3Index), ("testCoordToH3Index", testCoordToH3Index), ("testIsValid", testIsValid), + ("testH3IndexToString", testH3IndexToString), ("testResolution", testResolution), ("testToCoord", testToCoord), + ("testKRingIndices", testKRingIndices), + ("testParent", testParent), + ("testDirectParent", testDirectParent), + ("testChildren", testChildren), + ("testCenterChild", testCenterChild), + ("testDirectCenterChild", testDirectCenterChild), ] }