Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ilija42 committed Jan 24, 2025
1 parent 279fad9 commit fc4dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/relayinterface/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (h *helper) Init(t *testing.T) {
}

func (h *helper) RPCClient() *chainreader.RPCClientWrapper {
return &chainreader.RPCClientWrapper{Client: h.rpcClient}
return &chainreader.RPCClientWrapper{AccountReader: h.rpcClient}
}

func (h *helper) Context(t *testing.T) context.Context {
Expand Down

0 comments on commit fc4dc24

Please sign in to comment.