Skip to content

Commit

Permalink
Merge branch 'save_models_compacted_SOLR-17050' of github.com:florinb…
Browse files Browse the repository at this point in the history
…abes/solr into save_models_compacted_SOLR-17050
  • Loading branch information
Florin Babes committed Nov 20, 2023
2 parents ff34991 + 5f65636 commit 1e39b1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void testFeaturePersistence() throws Exception {
}

@Test
public void testModelIsStoredCompact() throws Exception {
public void testFeaturesAndModelAreStoredCompact() throws Exception {
loadFeature("feature", ValueFeature.class.getName(), "test", "{\"value\":2}");
loadModel(
"test-model",
Expand Down

0 comments on commit 1e39b1c

Please sign in to comment.