mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-05 16:06:57 +08:00
added test for incrementHandler
This commit is contained in:
@@ -1897,7 +1897,7 @@ func Test_Generic(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("Test_HandlerINCR", func(t *testing.T) {
|
t.Run("Test_HandlerINCR", func(t *testing.T) {
|
||||||
t.Run("Test_HandleIncr", func(t *testing.T) {
|
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
conn, err := internal.GetConnection("localhost", port)
|
conn, err := internal.GetConnection("localhost", port)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -1990,5 +1990,4 @@ func Test_Generic(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user