We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd06c9 commit 5572102Copy full SHA for 5572102
unittest/vslib/TestContextConfigContainer.cpp
@@ -6,7 +6,7 @@ using namespace saivs;
6
7
TEST(ContextConfigContainer, insert)
8
{
9
- auto cc = std::make_shared<ContextConfig>(1, "foo");
+ auto cc = std::make_shared<ContextConfig>(1, "foo", "ASIC_DB");
10
11
ContextConfigContainer ccc;
12
0 commit comments