Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinconic committed Nov 25, 2024
1 parent 7aca211 commit 995b5d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/postage/batchstore/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,8 @@ func stateStorePut(t *testing.T, st storage.StateStorer, k string, v interface{}
}

func batchStoreGetBatch(t *testing.T, st postage.Storer, id []byte) *postage.Batch {
t.Helper()

b, err := st.Get(id)
if err != nil {
t.Fatalf("postage storer get: %v", err)
Expand Down

0 comments on commit 995b5d7

Please sign in to comment.