Skip to content

Commit c0a6dfd

Browse files
fix: rust test failure (#460)
1 parent 30f845e commit c0a6dfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

v4-client-rs/client/tests/test_node_governance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async fn test_node_governance_register_affiliate() -> Result<(), Error> {
128128
referee: {}, \
129129
affiliate: {}: \
130130
Affiliate already exists for referee \
131-
[dydxprotocol/v4-chain/protocol/x/affiliates/keeper/keeper.go:77] \
131+
[dydxprotocol/v4-chain/protocol/x/affiliates/keeper/keeper.go:76] \
132132
with gas used: '32783'",
133133
env.address, affiliate_address,
134134
)

v4-client-rs/client/tests/testnet.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
endpoint = "https://test-dydx-grpc.kingnodes.com"
44
chain_id = "dydx-testnet-4"
55
fee_denom = "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5"
6+
timeout = 30000 # 30 seconds in milliseconds
67

78
[indexer]
89
http.endpoint = "https://indexer.v4testnet.dydx.exchange"

0 commit comments

Comments
 (0)