Skip to content

Commit

Permalink
add missing methods to testing interface
Browse files Browse the repository at this point in the history
Signed-off-by: Farber98 <[email protected]>
  • Loading branch information
Farber98 committed Aug 22, 2024
1 parent a2f5c39 commit e4b1032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/solana/chainreader/chain_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@ func (r *chainReaderInterfaceTester) GetChainReader(t *testing.T) types.Contract
return r.reader
}

func (r *chainReaderInterfaceTester) StartChainReader(t *testing.T) {}

func (r *chainReaderInterfaceTester) CloseChainReader(t *testing.T) {}

type wrappedTestChainReader struct {
test *testing.T
service *chainreader.SolanaChainReaderService
Expand Down

0 comments on commit e4b1032

Please sign in to comment.