Spelling was wrong in test as well

This commit is contained in:
Mark Felder 2020-02-18 09:30:18 -06:00
parent 7d73e7a09a
commit 138a3c1fe4
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ test "get conn on next request" do
assert opts[:conn] == nil
assert opts[:close_conn] == nil
end) =~
"Gun connections pool checkin was not succesfull. Trying to open conn for next request."
"Gun connections pool checkin was not successful. Trying to open conn for next request."
opts = Gun.options(uri)