Skip to content

Commit

Permalink
BAARC-96: make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim committed Jan 4, 2024
1 parent f913b9d commit 4382776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions metamorph/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ func TestLoadUnmined(t *testing.T) {
require.Equal(t, len(tc.expectedItemTxHashesFinal), len(hashes))
return nil
},
IsCentralisedFunc: func() bool {
return tc.isCentralised
},
RemoveCallbackerFunc: func(ctx context.Context, hash *chainhash.Hash) error {
return nil
},
Expand Down
3 changes: 0 additions & 3 deletions metamorph/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,6 @@ func TestPutTransactions(t *testing.T) {
t.Run(tc.name, func(t *testing.T) {
getCounter := 0
metamorphStore := &MetamorphStoreMock{
IsCentralisedFunc: func() bool {
return false
},
GetFunc: func(ctx context.Context, key []byte) (*store.StoreData, error) {
defer func() { getCounter++ }()

Expand Down

0 comments on commit 4382776

Please sign in to comment.