Skip to content

Commit

Permalink
empry
Browse files Browse the repository at this point in the history
Signed-off-by: adi_holden <adi@dragonflydb.io>
  • Loading branch information
adiholden committed May 10, 2023
1 parent 30e1f42 commit 23f27c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/cluster_config_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ TEST_F(ClusterConfigTest, KeyTagTest) {

key = "{}foo{bar}{zap}";
ASSERT_EQ(key, ClusterConfig::KeyTag(key));

key = "foo{";
ASSERT_EQ(key, ClusterConfig::KeyTag(key));
}

} // namespace dfly

0 comments on commit 23f27c3

Please sign in to comment.