diff options
| author | HampusM <hampus@hampusmat.com> | 2022-06-14 18:31:39 +0200 | 
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2022-06-14 18:31:39 +0200 | 
| commit | 845ff3d141553d24d4572738101fce948bf40e67 (patch) | |
| tree | fff2a606ba04bc4526e69df0b7b1e3d28fdf63b3 /test | |
| parent | 9d50e72892f84c602df3c328259cdfdd325bca12 (diff) | |
refactor!: rename Container to DIContainer
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  	{  | 
