Skip to content

Commit

Permalink
fix workflow failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Oct 25, 2023
1 parent 040556c commit e850248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class WriteableTests extends OpenSearchTestCase {

public void testDetectorAsStrea() throws IOException {
public void testDetectorAsAStream() throws IOException {
Detector detector = randomDetector(List.of());
detector.setInputs(List.of(new DetectorInput("", List.of(), List.of(), List.of())));
BytesStreamOutput out = new BytesStreamOutput();
Expand Down

0 comments on commit e850248

Please sign in to comment.