Skip to content

Commit

Permalink
trig ci to check read error
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Aug 4, 2022
1 parent 976d436 commit 15b2dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Packet++Test/Tests/EthAndArpTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
PTF_TEST_CASE(OUILookup)
{
pcpp::OUILookup lookupEngine;
PTF_ASSERT_GREATER_THAN(lookupEngine.initOUIDatabase("../../3rdParty/OUILookup/PCPP_OUIDatabase.dat"), 0);
PTF_ASSERT_GREATER_THAN(0, lookupEngine.initOUIDatabase("../../3rdParty/OUILookup/PCPP_OUIDatabase.dat"));

PTF_ASSERT_EQUAL(lookupEngine.getVendorName(pcpp::MacAddress("aa:aa:aa:aa:aa:aa")), "Unknown");

Expand Down

0 comments on commit 15b2dcf

Please sign in to comment.