Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Remove dependency on testify/assert #55

Open
paked opened this issue Jan 2, 2019 · 1 comment
Open

Remove dependency on testify/assert #55

paked opened this issue Jan 2, 2019 · 1 comment

Comments

@paked
Copy link
Owner

paked commented Jan 2, 2019

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.

@OAyomide
Copy link
Contributor

OAyomide commented Jan 4, 2019

I see

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants