Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgonkivs committed Jan 29, 2025
1 parent b93611b commit fcc89e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion share/eds/proofs_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func TestCache(t *testing.T) {
ODSSize := 16
ctx, cancel := context.WithTimeout(context.Background(), time.Second*25)
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
t.Cleanup(cancel)

newAccessor := func(tb testing.TB, inner *rsmt2d.ExtendedDataSquare) Accessor {
Expand Down
22 changes: 11 additions & 11 deletions share/shwap/p2p/shrex/shrexsub/pb/notification.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion share/shwap/range_namespace_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ import (
"github.com/tendermint/tendermint/types"

"github.com/celestiaorg/celestia-app/v3/pkg/wrapper"
libshare "github.com/celestiaorg/go-square/v2/share"

"github.com/celestiaorg/celestia-node/share"
"github.com/celestiaorg/celestia-node/share/shwap/pb"
libshare "github.com/celestiaorg/go-square/v2/share"
)

// RangeNamespaceData embeds `NamespaceData` and contains a contiguous range of shares
Expand Down

0 comments on commit fcc89e3

Please sign in to comment.