fix: update test case
- test save & bgsave in same case Signed-off-by: Pengda Yang <daz-3ux@proton.me>
This commit is contained in:
parent
ade5558753
commit
b4125cf299
13
cts.json
13
cts.json
|
@ -5038,20 +5038,13 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "bgsave with SCHEDULE",
|
"name": "save & bgsave command",
|
||||||
"command": [
|
|
||||||
],
|
|
||||||
"result": [
|
|
||||||
],
|
|
||||||
"since": "3.2.2"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "bgsave command",
|
|
||||||
"command": [
|
"command": [
|
||||||
|
"save",
|
||||||
"bgsave"
|
"bgsave"
|
||||||
],
|
],
|
||||||
"result": [
|
"result": [
|
||||||
|
"True",
|
||||||
"True"
|
"True"
|
||||||
],
|
],
|
||||||
"since": "1.0.0"
|
"since": "1.0.0"
|
||||||
|
|
Loading…
Reference in New Issue