Skip to content

Commit

Permalink
[chore] delete a duplicated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
makotonakai committed Oct 13, 2023
1 parent f75dd01 commit 95a9b17
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions quisp/modules/Common/Router_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ TEST_F(RouterTest, handleLinkAllocationUpdateMessage) {
ASSERT_EQ(router->rePort->messages.size(), 1);
}

TEST_F(RouterTest, handleLinkAllocationUpdateMessage) {
auto msg = new LinkAllocationUpdateMessage;
msg->setDestAddr(10);
router->handleMessage(msg);
ASSERT_EQ(router->rePort->messages.size(), 1);
}

TEST_F(RouterTest, handleSwappingResult) {
auto msg = new SwappingResult;
msg->setDestAddr(10);
Expand Down

0 comments on commit 95a9b17

Please sign in to comment.