messenger icon indicating copy to clipboard operation
messenger copied to clipboard

Remove dependency on testify/assert

Open paked opened this issue 7 years ago • 1 comments

Looking at our mod file, we currently depend on testify/assert (and then it depends on another library) -- it seems we only actually use testify for some deep-equal checks in messenger_test.go.

I'd prefer it if we just wrote our own functions for this behavior in order to eliminate any dependencies we don't actually need.

paked avatar Jan 02 '19 23:01 paked

I see

I'd love to give it a shot. I'll get on it shortly.

OAyomide avatar Jan 04 '19 11:01 OAyomide