Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Nov 13, 2023
1 parent a53df36 commit 80640fb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,12 +811,7 @@ public String getDataPath(ShardRouting shardRouting) {
}

@Override
public long getShardSize(ShardRouting shardRouting, long defaultValue) {
return 1L;
}

@Override
public Long getShardSize(ShardRouting shardRouting) {
public Long getShardSize(ShardId shardId, boolean primary) {
return 1L;
}
};
Expand Down

0 comments on commit 80640fb

Please sign in to comment.