Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 10, 2010
1 parent b02c15e commit 7716f59
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@ public class DefaultBeanTest
OpticalDrive opticalDrive;

@Inject
MagneticDrive magniticDrive;
MagneticDrive magneticDrive;

@Deployment
public static Archive<?> deploy()
Expand All @@ -46,7 +46,7 @@ public static Archive<?> deploy()
public void tesetDefaultBean()
{
Assert.assertTrue(opticalDrive instanceof DVDDrive);
Assert.assertTrue(magniticDrive instanceof FloppyDrive);
Assert.assertTrue(magneticDrive instanceof FloppyDrive);
}

}

0 comments on commit 7716f59

Please sign in to comment.