Skip to content

Commit

Permalink
Fix test after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya committed Apr 2, 2024
1 parent 15a2600 commit bddcfe1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ public void setDocument(int docId) {
}

@Override
public Object execute() {
return raw_requests[docId][scriptIndex[0]];
public void execute() {
addEmittedValue(raw_requests[docId][scriptIndex[0]]);
}
};

Expand Down

0 comments on commit bddcfe1

Please sign in to comment.