Merge pull request #719 from dkoper/master

removing stray @Test on base ApiExpectTest class
This commit is contained in:
Adrian Cole 2012-07-16 19:11:13 -07:00
commit 8d58808406
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ import com.google.inject.name.Names;
* *
* @author Adrian Cole * @author Adrian Cole
*/ */
@Test(groups = "unit")
@Beta @Beta
public abstract class BaseRestApiExpectTest<S> { public abstract class BaseRestApiExpectTest<S> {