Skip to content

Commit

Permalink
Updated a unit test name
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Helma <chelma+github@amazon.com>
  • Loading branch information
chelma committed Apr 24, 2024
1 parent 482b9b8 commit 060fdbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected IndexReader openIndexReader(Path indexDirectoryPath) throws IOExceptio

public class LuceneDocumentsReaderTest {
@Test
void testReadDocuments() {
void ReadDocuments_AsExpected() {
// Use the TestLuceneDocumentsReader to get the mocked documents
Flux<Document> documents = new TestLuceneDocumentsReader().readDocuments(Paths.get("/fake/path"), "testIndex", 1);

Expand Down

0 comments on commit 060fdbe

Please # to comment.