Skip to content

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbyrobe committed Sep 29, 2023
1 parent efe2de6 commit 62e734a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions typesafety/test_grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
reveal_type(creds.method) # N: Revealed type is "builtins.str"
reveal_type(creds.timeout) # N: Revealed type is "Union[builtins.float, None]"
- case: service_context_abort
main: |
import grpc
ctx = grpc.ServicerContext()
reveal_type(ctx.abort(grpc.StatusCode.OK, "msg")) # N: Revealed type is "<nothing>"
reveal_type(ctx.abort_with_status(grpc.Status())) # N: Revealed type is "<nothing>"
- case: call_iterator_pr10
main: |
import grpc
Expand Down

0 comments on commit 62e734a

Please sign in to comment.