Skip to content

Commit

Permalink
Remove unneeded service specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Aug 30, 2024
1 parent 2624d82 commit 08a5ab1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class ParquetColTypeTest {
final FileTestRunner runner = new FileTestRunner(this);

void setup(double rowFactor, int scaleFactor) {
runner.setRequiredServices("deephaven");
runner.setScaleFactors(rowFactor, scaleFactor);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class ParquetMultiColTest {

@BeforeEach
void setup() {
runner.setRequiredServices("deephaven");
runner.setScaleFactors(3, 3);
}

Expand Down

0 comments on commit 08a5ab1

Please sign in to comment.