Revision a46724e4f63d893b014644b6e11f67e30e97980d authored by William Banfield on 14 July 2021, 14:16:09 UTC, committed by GitHub on 14 July 2021, 14:16:09 UTC
This code change amends the dispatcher tests to read from the dispatcher's `requestCh`. This ensures that a request is waiting when the test calls `dispatcher.respond`. 
addresses: #6711 
1 parent 40fba39
Raw File
buf.yaml
version: v1beta1

build:
  roots:
    - proto
    - third_party/proto
lint:
  use:
    - BASIC
    - FILE_LOWER_SNAKE_CASE
    - UNARY_RPC
  ignore:
    - gogoproto
breaking:
  use:
    - FILE
back to top