File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
constructorio-client/src/test/java/io/constructor/client Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ public void testCreateFacetOptionConfigurationsWithNullValues() throws Exception
204204 option .setDisplayName (null );
205205 option .setPosition (null );
206206 option .setValueAlias (null );
207- option .setHidden (null );
208207 option .setData (null );
209208
210209 List <FacetOptionConfiguration > configurations = Arrays .asList (option );
@@ -221,7 +220,6 @@ public void testCreateFacetOptionConfigurationsWithNullValues() throws Exception
221220 assertTrue ("display_name should be null" , jsonOption .isNull ("display_name" ));
222221 assertTrue ("position should be null" , jsonOption .isNull ("position" ));
223222 assertTrue ("value_alias should be null" , jsonOption .isNull ("value_alias" ));
224- assertTrue ("hidden should be null" , jsonOption .isNull ("hidden" ));
225223 assertTrue ("data should be null" , jsonOption .isNull ("data" ));
226224 addFacetOptionToCleanupArray (facetName , "test-option-null" );
227225 }
You can’t perform that action at this time.
0 commit comments