Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jun 13, 2010
1 parent 2b87f75 commit e1ddce9
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -29,7 +29,6 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.BeanArchive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand All @@ -46,8 +45,7 @@ public class AnnotatedTypeDecoratorTest
public static Archive<?> deploy()
{
return ShrinkWrap.create("test.jar", BeanArchive.class)
.addPackage(AnnotatedTypeDecoratorTest.class.getPackage())
.as(JavaArchive.class);
.addPackage(AnnotatedTypeDecoratorTest.class.getPackage());
}

@Inject
Expand Down

0 comments on commit e1ddce9

Please sign in to comment.