aboutsummaryrefslogtreecommitdiff
path: root/test/container.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/container.test.cpp')
-rw-r--r--test/container.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/container.test.cpp b/test/container.test.cpp
index 54290ea..ec3e332 100644
--- a/test/container.test.cpp
+++ b/test/container.test.cpp
@@ -6,7 +6,7 @@
TEST(ContainerTest, BindAndGet)
{
- auto container = yacppdic::Container();
+ auto container = yacppdic::DIContainer();
class IObject
{