tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
166 stars 23 forks source link

bugfix: run tests according to protocol #59

Closed avinassh closed 1 year ago

avinassh commented 1 year ago

we have protocol specific tests in tests/, however both tests/http and tests/ws were using same protocol http since we set a single environment variable and use the same at both places. I changed it to protocol specific ones to make it explicit and updated the correct URLs at both places