Update AdvancedSorceressTest.java

This commit is contained in:
kapinuss 2017-05-02 20:38:08 +03:00 committed by GitHub
parent 03aa99c55f
commit 2b229d8ea1

View File

@ -46,6 +46,7 @@ public class AdvancedSorceressTest {
* Test if the {@link AdvancedSorceress} smokes whatever instance of {@link Tobacco} is passed to her
* through the setter's parameter
*/
@Test
public void testSmokeEveryThing() throws Exception {
@ -64,7 +65,5 @@ public class AdvancedSorceressTest {
// ... and nothing else is happening.
assertEquals(tobaccos.length, appender.getLogSize());
}
}