diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/container.test.cpp | 2 |
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 { |