We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5014bc4 commit 02c8992Copy full SHA for 02c8992
Tests/web3swiftTests/localTests/HDversionTest.swift
@@ -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