mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-04 15:42:40 +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_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) {
|
||||
})
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user