Skip to content

Commit a9b23fb

Browse files
chore(EIP712): renamed test file
1 parent 0342f91 commit a9b23fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Tests/web3swiftTests/localTests/EIP712ParserTests.swift renamed to Tests/web3swiftTests/localTests/EIP712TypedDataPayloadTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//
2-
// EIP712ParserTests.swift
3-
//
2+
// EIP712TypedDataPayloadTests.swift
43
//
54
// Created by JeneaVranceanu on 18.10.2023.
65
//
@@ -10,7 +9,7 @@ import XCTest
109
import web3swift
1110
import Web3Core
1211

13-
class EIP712ParserTests: XCTestCase {
12+
class EIP712TypedDataPayloadTests: XCTestCase {
1413
let testTypedDataPayload = """
1514
{
1615
"types":{

0 commit comments

Comments
 (0)