Skip to content

Commit

Permalink
update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Nov 14, 2023
1 parent a49366e commit c118f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tmx/TmxUtils/test/test_SNMPClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ namespace unit_test
ASSERT_THROW(scPtr->SNMPGet("Invalid OID"), snmp_client_exception);

EXPECT_CALL(*scPtr, SNMPGet(RSU_ID_OID)).WillOnce(Return("RSU 4.1"));
scPtr->SNMPGet(RSU_ID_OID);
}

TEST_F(test_SNMPClient, log_error)
Expand Down

0 comments on commit c118f90

Please sign in to comment.