Skip to content

Commit

Permalink
Rename test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk committed Apr 14, 2021
1 parent b940268 commit 01cf2e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testDoesNotFire()
}

@Test
public void testPushTopNIntoTableScan()
public void testPushSingleTopNIntoTableScan()
{
try (RuleTester ruleTester = defaultRuleTester()) {
MockConnectorTableHandle connectorHandle = new MockConnectorTableHandle(TEST_SCHEMA_TABLE);
Expand Down Expand Up @@ -135,7 +135,7 @@ public void testPushTopNIntoTableScan()
}

@Test
public void testPushTopNIntoTableScanPartial()
public void testPushSingleTopNIntoTableScanNotGuaranteed()
{
try (RuleTester ruleTester = defaultRuleTester()) {
MockConnectorTableHandle connectorHandle = new MockConnectorTableHandle(TEST_SCHEMA_TABLE);
Expand Down

0 comments on commit 01cf2e8

Please sign in to comment.