Skip to content

Commit

Permalink
rename interface tester methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Aug 23, 2024
1 parent e4b1032 commit 72b155d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/solana/chainreader/chain_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@ func (r *chainReaderInterfaceTester) GetChainReader(t *testing.T) types.Contract
return r.reader
}

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

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

type wrappedTestChainReader struct {
test *testing.T
Expand Down

0 comments on commit 72b155d

Please sign in to comment.