nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

Tests: Fix `require_NotNil` #6152

Open neilalexander opened 1 day ago

neilalexander commented 1 day ago

Previous behaviour of checking interface is nil didn't do the right thing as a nil parameter could still be wrapped in an interface descriptor that itself would be non-nil, so use reflection instead.

Signed-off-by: Neil Twigg neil@nats.io