eclipse / microprofile-context-propagation

Apache License 2.0
33 stars 23 forks source link

Remove circular deps from CDI test. #176

Closed manovotn closed 4 years ago

manovotn commented 4 years ago

Another circular deps removal, no effect on the test itself. The one removed assert was superfluous as it was done on the field itself which could never be null.