Skip to content

Commit baeb461

Browse files
PaulRalnikovAz3git
andauthored
Update test/switch/test_switch.cpp
Co-authored-by: Alexey Zharkov <62723911+Az3git@users.noreply.github.com>
1 parent 59613f7 commit baeb461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/switch/test_switch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ TEST_F(TestSwitch, test_path_hash) {
179179
auto link_sender_to_switch_1 = std::make_shared<LinkMock>(sender, switch_1);
180180
switch_1->add_inlink(link_sender_switch_1);
181181

182-
auto link_sender_switch_2 = std::make_shared<LinkMock>(sender, switch_2);
182+
auto link_sender_to_switch_2 = std::make_shared<LinkMock>(sender, switch_2);
183183
switch_2->add_inlink(link_sender_switch_2);
184184

185185
auto link_switch_1_receiver =

0 commit comments

Comments
 (0)