Skip to content
Unverified Commit 409b6b99 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Assert field-by-field equality in protocol tests (#337)

Protocol tests currently use `PartialEq`, but when we add streaming members, we can no longer compare equality synchronously & without
side effects. This diff removes `PartialEq` from output shapes (we may re add it later for non-streaming shapes) & instead asserts equality of each output member in turn.
parent 1d00f381
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment