linkerd2/test/integration/install/inject
Oliver Gould fa8ddb4801
Use go-test/deep for comparisons in tests (#8427)
We frequently compare data structures--sometimes very large data
structures--that are difficult to compare visually. This change replaces
uses of `reflect.DeepEqual` with `deep.Equal`. `go-test`'s `deep.Equal`
returns a diff of values that are not equal.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-05-05 09:31:07 -07:00
..
testdata Isolate integration tests into suites (#7721) 2022-02-02 17:19:08 +00:00
inject_test.go Use go-test/deep for comparisons in tests (#8427) 2022-05-05 09:31:07 -07:00