Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka committed Jul 10, 2024
1 parent 8035222 commit f7e8471
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ public void setNormalisedBytesParsedOn(IndexRequest indexRequest) {

@Override
public long raiNormalisedBytes() {
return 0;
return counter;
}

@Override
public long rasNormalisedBytes() {
return 0;
return counter;
}
}
}

0 comments on commit f7e8471

Please sign in to comment.