Skip to content

Commit

Permalink
Update server/handlers/project_command_output_handler_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aayush Gupta <[email protected]>
  • Loading branch information
nishkrishnan and Aayyush authored Dec 2, 2021
1 parent a62f03c commit a4fb550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/handlers/project_command_output_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func TestProjectCommandOutputHandler(t *testing.T) {
// read from channel asynchronously
go func() {
for msg := range ch {
fmt.Println(msg)
// we are done once we receive the clear message.
// prior message doesn't matter for this test.
if msg == models.LogStreamingClearMsg {
Expand Down

0 comments on commit a4fb550

Please sign in to comment.