Skip to content

Commit

Permalink
rename testModelIsStoredCompact to reflect that not just model storag…
Browse files Browse the repository at this point in the history
…e compactness is tested

Co-authored-by: Christine Poerschke <[email protected]>
  • Loading branch information
babesflorin and cpoerschke authored Nov 20, 2023
1 parent 9f4a9fa commit 5f65636
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 5f65636

Please sign in to comment.