Removed logic to get unexported methods from the echovault package in all tests.

This commit is contained in:
Kelvin Clement Mwinuka
2024-05-30 19:33:01 +08:00
parent e1d5e8203f
commit 502e804459
14 changed files with 3050 additions and 3053 deletions

View File

@@ -56,6 +56,7 @@ func Test_HandleSetRange(t *testing.T) {
conn, err := net.Dial("tcp", fmt.Sprintf("%s:%d", addr, port))
if err != nil {
t.Error(err)
return
}
client := resp.NewConn(conn)