Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-authored-by: Nicklas Lundin <nicklasl@spotify.com>
  • Loading branch information
fabriziodemaria and nicklasl authored May 22, 2024
1 parent 9f444b9 commit 32c0d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/spotify/confidence/ConfidenceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ void getFullValue() {
@Test
void getValueIncompatibleType() {
final Confidence confidence = Confidence.create(fakeEngine, fakeFlagResolverClient);
// flag.prop-E is actually of type int
final FlagEvaluation<String> evaluation = confidence.getEvaluation("flag.prop-E", "test");
assertEquals("test", evaluation.getValue());
assertEquals("", evaluation.getVariant());
Expand Down

0 comments on commit 32c0d2d

Please sign in to comment.