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 0342f91 commit a9b23fbCopy full SHA for a9b23fb
Tests/web3swiftTests/localTests/EIP712ParserTests.swift renamed to Tests/web3swiftTests/localTests/EIP712TypedDataPayloadTests.swift
@@ -1,6 +1,5 @@
1
//
2
-// EIP712ParserTests.swift
3
-//
+// EIP712TypedDataPayloadTests.swift
4
5
// Created by JeneaVranceanu on 18.10.2023.
6
@@ -10,7 +9,7 @@ import XCTest
10
9
import web3swift
11
import Web3Core
12
13
-class EIP712ParserTests: XCTestCase {
+class EIP712TypedDataPayloadTests: XCTestCase {
14
let testTypedDataPayload = """
15
{
16
"types":{
0 commit comments