Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Mar 19, 2024
1 parent d48bb17 commit 0b011cf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions process/firehosePublisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,6 @@ func TestNewFirehosePublisher(t *testing.T) {
func TestFirehosePublisher_PublishHyperBlock(t *testing.T) {
t.Parallel()

t.Run("should work", func(t *testing.T) {
t.Parallel()

fp, err := process.NewFirehosePublisher(&testscommon.IoWriterStub{}, createContainer(), protoMarshaller)
require.Nil(t, err)

outportBlock := createHyperOutportBlock()

err = fp.PublishHyperBlock(outportBlock)
})

t.Run("unknown block creator for header type, should return error", func(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit 0b011cf

Please sign in to comment.