Skip to content

Commit

Permalink
Remove print in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Apr 16, 2018
1 parent 112e152 commit c6fa6ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flows/engine/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func createTestSession(t *testing.T) flows.FlowRun {

// check for unexpected errors in the session
for _, event := range session.Events() {
fmt.Printf("event %s\n", event.Type())
require.NotEqual(t, event.Type(), events.TypeError)
}

Expand Down

0 comments on commit c6fa6ea

Please sign in to comment.