Skip to content

Commit

Permalink
Fix isolation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 85e5ac0 commit 3d07e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/vslib/test_sai_vs_isolation_group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TEST(libsaivs, isolation_group)
{
sai_isolation_group_api_t *api = nullptr;

sai_api_query(SAI_API_VLAN, (void**)&api);
sai_api_query(SAI_API_ISOLATION_GROUP, (void**)&api);

EXPECT_NE(api, nullptr);

Expand Down

0 comments on commit 3d07e59

Please sign in to comment.