Skip to content

Commit

Permalink
SpreadsheetMetadataPropertyNameTestCase.testParseUrlFragmentSaveValue…
Browse files Browse the repository at this point in the history
… removed PluginInfoSetLike test
  • Loading branch information
mP1 committed Sep 21, 2024
1 parent aca2bc1 commit 1209b7a
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,8 @@ public final void testParseUrlFragmentSaveValue() {
final HasUrlFragment has = (HasUrlFragment) value;
text = has.urlFragment().value();
} else {
if (value instanceof PluginInfoSetLike) {
final PluginInfoSetLike<?, ?, ?> set = (PluginInfoSetLike<?, ?, ?>) value;
text = set.text();
} else {
text = String.valueOf(value);
}

text = String.valueOf(value);
}

if (propertyName.isParseUrlFragmentSaveValueSupported()) {
Expand Down

0 comments on commit 1209b7a

Please sign in to comment.