added test for incrementHandler

This commit is contained in:
Sahil
2024-06-20 20:20:40 +05:30
parent 728dd86a76
commit 16f1aa4dec

View File

@@ -1897,7 +1897,7 @@ func Test_Generic(t *testing.T) {
})
t.Run("Test_HandlerINCR", func(t *testing.T) {
t.Run("Test_HandleIncr", func(t *testing.T) {
t.Parallel()
conn, err := internal.GetConnection("localhost", port)
if err != nil {
@@ -1990,5 +1990,4 @@ func Test_Generic(t *testing.T) {
})
}
})
})
}