Skip to content

Commit 08ee8ee

Browse files
Renamed one EIP-712 Ragger test
1 parent 17a7a5b commit 08ee8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ragger/test_eip712.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,12 +1024,12 @@ def test_eip712_calldata_no_param(scenario_navigator: NavigateWithScenario):
10241024
eip712_calldata_common(scenario_navigator, "safe_calldata_no_param", gcs_handler_no_param)
10251025

10261026

1027-
def test_eip712_payload(scenario_navigator: NavigateWithScenario):
1027+
def test_eip712_gondi(scenario_navigator: NavigateWithScenario):
10281028
"""Test a basic EIP712 payload signature"""
10291029

10301030
# Enable blind signing for EIP712
10311031
settings_toggle(scenario_navigator.backend.device, scenario_navigator.navigator, [SettingID.BLIND_SIGNING])
1032-
1032+
10331033
# Define a simple EIP712 payload
10341034
data = {
10351035
"types": {

0 commit comments

Comments
 (0)