Skip to content

Commit

Permalink
Update conduit/pipeline/pipeline_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zeph Grunschlag <[email protected]>
  • Loading branch information
winder and tzaffi authored May 31, 2023
1 parent 014919f commit ee5735b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conduit/pipeline/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -789,9 +789,6 @@ func TestPipelineRetryVariables(t *testing.T) {
assert.Equal(t, errImporter.GetBlockCount, testCase.retryCount+1)
}
done = true
for hook := hook.AllEntries(); len(hook) > 0; hook = hook[1:] {

}
fmt.Println(hook.AllEntries())
for _, entry := range hook.AllEntries() {
str, err := entry.String()
Expand Down

0 comments on commit ee5735b

Please sign in to comment.