Skip to content

Commit

Permalink
FURNACE-58: Fixed exception message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 15, 2015
1 parent bb4b499 commit 3934b51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private void registerClassUnderTestAsService(TestClass testClass, AddonArchive a
else
{
log.warning("No valid " + AddonServiceRegistrationStrategy.class.getName() + " class found for "
+ testClass.getJavaClass() + ". Have your declared a Furnace container in your test's pom.xml?");
+ testClass.getJavaClass() + ". Have you declared a Furnace container in your test's pom.xml?");
}
}

Expand Down

0 comments on commit 3934b51

Please sign in to comment.