Skip to content

Commit 0987cb7

Browse files
committed
Move test codecs to test sources
Signed-off-by: Andriy Redko <drreta@gmail.com>
1 parent eb9bced commit 0987cb7

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/META-INF/services/org.apache.lucene.codecs.Codec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ org.opensearch.knn.index.codec.backward_codecs.KNN9120Codec.KNN9120Codec
77
org.opensearch.knn.index.codec.backward_codecs.KNN10010Codec.KNN10010Codec
88
org.opensearch.knn.index.codec.backward_codecs.KNN1030Codec.KNN1030Codec
99
org.opensearch.knn.index.codec.KNN1040Codec.KNN1040Codec
10-
org.opensearch.knn.index.codec.KNN990Codec.UnitTestCodec

src/main/java/org/opensearch/knn/index/codec/KNN990Codec/UnitTestCodec.java renamed to src/test/java/org/opensearch/knn/index/codec/KNN990Codec/UnitTestCodec.java

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.opensearch.knn.index.codec.KNN990Codec.UnitTestCodec

0 commit comments

Comments
 (0)