Covered ApiSender with tests

This commit is contained in:
Artyom Belousov 2021-02-06 20:36:05 +03:00
parent d2e8342866
commit b66cfcc840
4 changed files with 71 additions and 5 deletions

1
go.mod
View file

@ -14,4 +14,5 @@ require (
github.com/stretchr/testify v1.5.1
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
gopkg.in/h2non/gock.v1 v1.0.16
)