From 845ff3d141553d24d4572738101fce948bf40e67 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 14 Jun 2022 18:31:39 +0200 Subject: refactor!: rename Container to DIContainer --- test/container.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/container.test.cpp') 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 { -- cgit v1.2.3-18-g5258