Skip to content

Commit 1ef6a3f

Browse files
committed
Update restart_waiter_ut
1 parent a4987b9 commit 1ef6a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/restart_waiter_ut.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ class FastBootHelper
3131
public:
3232
FastBootHelper(): db("STATE_DB", 0)
3333
{
34-
db.set(FAST_REBOOT_KEY, "1");
34+
db.set(FAST_REBOOT_KEY, "enable");
3535
}
3636

3737
~FastBootHelper()
3838
{
39-
db.del({FAST_REBOOT_KEY});
39+
db.set(FAST_REBOOT_KEY, "disable");
4040
}
4141
private:
4242
DBConnector db;

0 commit comments

Comments
 (0)