Skip to content

Use go-cmp instead of reflect.DeepEqual #535

@ernesto-jimenez

Description

@ernesto-jimenez

The package github.com/google/go-cmp is better suited for comparison in tests than reflect.DeepEqual.

We should replace our DeepEqual usage with go-cmp.

Replacement should be backwards-compatible.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions