Skip to content

Commit

Permalink
Rename BlackHole test classes to match convention
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jan 15, 2016
1 parent eb8303e commit 54bb2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -27,7 +27,7 @@
import static com.facebook.presto.testing.TestingConnectorSession.SESSION;
import static org.testng.Assert.assertTrue;

public class BlackHoleMetadataTest
public class TestBlackHoleMetadata
{
private final BlackHoleMetadata metadata = new BlackHoleMetadata();
private final Map<String, Object> tableProperties = ImmutableMap.of(
Expand Down
Expand Up @@ -39,7 +39,7 @@
import static org.testng.Assert.fail;

@Test(singleThreaded = true)
public class BlackHoleSmokeTest
public class TestBlackHoleSmoke
{
private QueryRunner queryRunner;

Expand Down

0 comments on commit 54bb2b9

Please sign in to comment.