Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caipengbo committed Oct 22, 2021
1 parent f20c19e commit 37a3be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ TEST(Config, GetAndSet) {
Config config;

config.Load(path);
// Config.Set need accessing commands, so we should init and populate
// the command table here.
Redis::InitCommandsTable();
Redis::PopulateCommands();
std::map<std::string, std::string> mutable_cases = {
Expand Down

0 comments on commit 37a3be1

Please sign in to comment.