Skip to content

Commit

Permalink
Update app/test/qgb_rpc_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Stein <[email protected]>
  • Loading branch information
rach-id and jcstein authored Oct 13, 2023
1 parent ba08ef1 commit 57888af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/qgb_rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

func TestBlobstreamRPCQueries(t *testing.T) {
if testing.Short() {
t.Skip("skipping blob stream integration test in short mode.")
t.Skip("skipping blobstream integration test in short mode.")
}
ecfg := encoding.MakeConfig(app.ModuleEncodingRegisters...)
cfg := testnode.DefaultConfig().WithModifiers(genesis.SetDataCommitmentWindow(ecfg.Codec, 100))
Expand Down

0 comments on commit 57888af

Please sign in to comment.