mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 12:59:00 +00:00
docs: update dependency injection
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ class AdvancedWizardTest {
|
||||
* through the constructor parameter
|
||||
*/
|
||||
@Test
|
||||
void testSmokeEveryThing() throws Exception {
|
||||
void testSmokeEveryThing() {
|
||||
|
||||
List<Tobacco> tobaccos = List.of(
|
||||
new OldTobyTobacco(),
|
||||
|
||||
Reference in New Issue
Block a user