Skip to content

Commit

Permalink
Fix TestClustersPlugin integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 9, 2023
1 parent 8fc3d31 commit 5fa5f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestClustersPluginFuncTest extends AbstractGradleFuncTest {
id 'elasticsearch.testclusters'
}
class SomeClusterAwareTask extends DefaultTask implements TestClustersAware {
abstract class SomeClusterAwareTask extends DefaultTask implements TestClustersAware {
private Collection<ElasticsearchCluster> clusters = new HashSet<>();
Expand Down

0 comments on commit 5fa5f48

Please sign in to comment.