Skip to content

Commit 5572102

Browse files
committed
Fix ContextConfigContainer tests
1 parent 0fd06c9 commit 5572102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/vslib/TestContextConfigContainer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace saivs;
66

77
TEST(ContextConfigContainer, insert)
88
{
9-
auto cc = std::make_shared<ContextConfig>(1, "foo");
9+
auto cc = std::make_shared<ContextConfig>(1, "foo", "ASIC_DB");
1010

1111
ContextConfigContainer ccc;
1212

0 commit comments

Comments
 (0)