Skip to content

Commit

Permalink
Fix ContextConfigContainer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 0fd06c9 commit 5572102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/vslib/TestContextConfigContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using namespace saivs;

TEST(ContextConfigContainer, insert)
{
auto cc = std::make_shared<ContextConfig>(1, "foo");
auto cc = std::make_shared<ContextConfig>(1, "foo", "ASIC_DB");

ContextConfigContainer ccc;

Expand Down

0 comments on commit 5572102

Please sign in to comment.