Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 13, 2014
1 parent 0a9292c commit f02f223
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import org.jboss.forge.arquillian.archive.ForgeArchive;
import org.jboss.forge.furnace.repositories.AddonDependencyEntry;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -61,8 +61,8 @@ public static ForgeArchive getDeployment()
@Inject
private ShellTest test;

@After
public void after() throws IOException
@Before
public void setUp() throws IOException
{
test.clearScreen();
}
Expand Down

0 comments on commit f02f223

Please sign in to comment.