Skip to content

Commit

Permalink
#2356 - Reduce exceptions thrown to reduce log pollution
Browse files Browse the repository at this point in the history
- Suppress warning
  • Loading branch information
reckart committed Dec 4, 2022
1 parent dfa1157 commit 8ac48aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void thatCreationOfMissingFeaturesIsAttempted() throws Exception
verify(schemaService).createMissingTag(valueFeature, tag2);
}

@SuppressWarnings("unchecked")
@Test
public void thatFeatureValueIsSet() throws Exception
{
Expand Down

0 comments on commit 8ac48aa

Please sign in to comment.