Skip to content

Commit

Permalink
fixup: update test class
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jul 26, 2023
1 parent 2b3c1e9 commit ab90798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/dev/openfeature/sdk/EventProviderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ public ProviderEvaluation<Value> getObjectEvaluation(String key, Value defaultVa
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'getObjectEvaluation'");
}

@Override
public ProviderState getState() {
return ProviderState.READY;
}
}

@SuppressWarnings("unchecked")
Expand Down

0 comments on commit ab90798

Please sign in to comment.