Skip to content

Commit

Permalink
Merge branch 'feat/159-8-preset-types' into feat/159-9-typesafe-reser…
Browse files Browse the repository at this point in the history
…ved-types
  • Loading branch information
DelevoXDG committed Apr 4, 2024
2 parents 2f17d07 + 05ced26 commit 10351c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/StarknetTests/Data/TypedDataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ final class TypedDataTests: XCTestCase {
XCTAssertEqual(error as? StarknetTypedDataError, .basicTypeRedefinition(type))
}
}
func testPresetsTypeRedifintion(_ type: String, _ revision: StarknetTypedData.Revision) throws {
func testPresetTypeRedifintion(_ type: String, _ revision: StarknetTypedData.Revision) throws {
try XCTAssertThrowsError(makeTypedData(type, revision)) { error in
XCTAssertEqual(error as? StarknetTypedDataError, .presetTypeRedefinition(type))
}
Expand Down

0 comments on commit 10351c4

Please sign in to comment.