Skip to content

Commit cee2fcc

Browse files
committed
Remove EnvironmentArrangerFactory
1 parent 413b464 commit cee2fcc

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

src/apps/mooc_backend/config/dependency-injection/application_test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@ imports:
33

44
services:
55
Mooc.EnvironmentArranger:
6-
factory:
7-
class: ../../../../../tests/Contexts/Shared/infrastructure/arranger/EnvironmentArrangerFactory
8-
method: createEnvironmentArranger
9-
arguments: ["@Mooc.ConnectionManager"]
6+
class: ../../../../../tests/Contexts/Shared/infrastructure/arranger/MongoEnvironmentArranger
7+
arguments: ['@Mooc.ConnectionManager']

tests/Contexts/Shared/infrastructure/arranger/EnvironmentArrangerFactory.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)