Skip to content

Commit 2b229d8

Browse files
authored
Update AdvancedSorceressTest.java
1 parent 03aa99c commit 2b229d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dependency-injection/src/test/java/com/iluwatar/dependency/injection/AdvancedSorceressTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void tearDown() {
4646
* Test if the {@link AdvancedSorceress} smokes whatever instance of {@link Tobacco} is passed to her
4747
* through the setter's parameter
4848
*/
49+
4950
@Test
5051
public void testSmokeEveryThing() throws Exception {
5152

@@ -64,7 +65,5 @@ public void testSmokeEveryThing() throws Exception {
6465

6566
// ... and nothing else is happening.
6667
assertEquals(tobaccos.length, appender.getLogSize());
67-
6868
}
69-
7069
}

0 commit comments

Comments
 (0)