open-feature / java-sdk

Java implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
78 stars 36 forks source link

Help Wanted: Tests for logging to validate 1.4.10 #16

Closed justinabrahms closed 2 years ago

justinabrahms commented 2 years ago

I would love help testing the logging around requirement 1.4.10 (see link below). I've made a few attempts at it, but I can't quite get the slf4j incantation correct to mock the relevant pieces.

https://github.com/open-feature/java-sdk/blob/main/lib/src/test/java/dev/openfeature/javasdk/FlagEvaluationSpecTests.java#L163

justinabrahms commented 2 years ago

Fixed by #22