Skip to content

Commit

Permalink
test panic
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Mar 29, 2019
1 parent 943a02b commit b7874c8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -205,6 +205,7 @@ func finishRequest(timeout time.Duration, fn resultFunc) (result runtime.Object,
if result, err := fn(); err != nil {
errCh <- err
} else {
panic("test panic")
ch <- result
}
}()
Expand Down

0 comments on commit b7874c8

Please sign in to comment.