Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: residual change
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 11, 2023
1 parent 9283237 commit 0aa1925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type QuerierTestSuite struct {
func (s *QuerierTestSuite) SetupSuite() {
t := s.T()
ctx := context.Background()
s.Network = blobstreamtesting.NewCelestiaNetwork(ctx, t)
s.Network = blobstreamtesting.NewCelestiaNetwork(ctx, t, blobstreamtesting.DefaultCelestiaNetworkParams())
_, err := s.Network.WaitForHeightWithTimeout(400, 30*time.Second)
s.EncConf = encoding.MakeConfig(app.ModuleEncodingRegisters...)
s.Logger = tmlog.NewNopLogger()
Expand Down

0 comments on commit 0aa1925

Please sign in to comment.