Skip to content

Commit 02c8992

Browse files
chore: HDNode.HDversion test for prefixes
1 parent 5014bc4 commit 02c8992

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// HDversionTest.swift
3+
//
4+
// Created by JeneaVranceanu on 12.03.2023.
5+
//
6+
7+
import Foundation
8+
import XCTest
9+
import Web3Core
10+
11+
class HDversionTest: XCTestCase {
12+
13+
func testPrefixesNotNil() {
14+
XCTAssertNotNil(HDNode.HDversion.publicPrefix)
15+
XCTAssertNotNil(HDNode.HDversion.privatePrefix)
16+
}
17+
18+
}

0 commit comments

Comments
 (0)