fix test suite

This commit is contained in:
hdt3213
2022-04-30 19:33:11 +08:00
parent 24faeb3c56
commit c1d800e110
2 changed files with 2 additions and 2 deletions

View File

@@ -622,7 +622,7 @@ func TestGetRange_StringExist_StartIdxIncorrectFormat(t *testing.T) {
incorrectValue := "incorrect"
actual := testDB.Exec(nil, utils.ToCmdLine("GetRange", key, incorrectValue, fmt.Sprint(0)))
asserts.AssertErrReply(t, actual, "-ERR value is not an integer or out of range")
asserts.AssertErrReply(t, actual, "ERR value is not an integer or out of range")
}
func TestGetRange_StringExist_EndIdxIncorrectFormat(t *testing.T) {