Skip to content

Commit 2f81979

Browse files
authored
Fix unittests (sonic-net#100)
1 parent 8bb0c9b commit 2f81979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tokenize_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TEST(TOKENIZEFISRT, not_found)
110110

111111
EXPECT_EQ(tokens[0], key);
112112

113-
string key_2("neigh:");
113+
string key_2("neigh");
114114
auto tokens_2 = tokenize(key_2, ':', 1);
115115

116116
EXPECT_EQ(tokens_2[0], key_2);

0 commit comments

Comments
 (0)