Skip to content

Commit ec3b253

Browse files
Fixed Ragger tests linting
1 parent fb0e47f commit ec3b253

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

tests/ragger/test_eip712.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,6 @@ def gcs_handler_batch(app_client: EthAppClient, json_data: dict) -> None:
956956
app_client.provide_transaction_field_desc(f1.serialize())
957957

958958

959-
960959
def gcs_handler_no_param(app_client: EthAppClient, json_data: dict) -> None:
961960
tx_info = TxInfo(
962961
1,

tests/ragger/test_gcs.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ def test_gcs_batch_2(scenario_navigator: NavigateWithScenario, test_name: str):
25732573
]
25742574
),
25752575
),
2576-
)
2576+
)
25772577
),
25782578
Field(
25792579
1,
@@ -2604,7 +2604,7 @@ def test_gcs_batch_2(scenario_navigator: NavigateWithScenario, test_name: str):
26042604
),
26052605
),
26062606
[bytes.fromhex("0000000000000000000000000000000000000000")]
2607-
)
2607+
)
26082608
),
26092609
Field(
26102610
1,
@@ -2614,7 +2614,7 @@ def test_gcs_batch_2(scenario_navigator: NavigateWithScenario, test_name: str):
26142614
Value(
26152615
1,
26162616
TypeFamily.ADDRESS,
2617-
data_path=DataPath(
2617+
data_path=DataPath(
26182618
1,
26192619
[
26202620
PathTuple(8),
@@ -2831,9 +2831,9 @@ def test_gcs_batch_2(scenario_navigator: NavigateWithScenario, test_name: str):
28312831
# Send lower batchExecute info description
28322832
app_client.provide_transaction_info(i2.serialize())
28332833
app_client.provide_token_metadata(tokens[idx]["ticker"],
2834-
tokens[idx]["address"],
2835-
tokens[idx]["decimals"],
2836-
tx_params["chainId"])
2834+
tokens[idx]["address"],
2835+
tokens[idx]["decimals"],
2836+
tx_params["chainId"])
28372837
for f2 in L2_fields:
28382838
# Send lower batchExecute fields description
28392839
app_client.provide_transaction_field_desc(f2.serialize())

0 commit comments

Comments
 (0)