Skip to content

Commit

Permalink
Additional debugging for project test flake
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Aug 24, 2017
1 parent 35375ee commit b714b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/project_test.go
Expand Up @@ -286,7 +286,7 @@ func TestProjectWatch(t *testing.T) {
}
select {
case event := <-fromNowWatch.ResultChan():
t.Fatalf("unexpected event %v", event)
t.Fatalf("unexpected event %s %#v", event.Type, event.Object)

case <-time.After(3 * time.Second):
}
Expand Down

0 comments on commit b714b61

Please sign in to comment.