You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Currently,
EmptinessMatchercan only be applied toSeqLike[_, _], thus cannot be used againstStringvalues.As
Stringcan be implicitly converted toSeqLike[_, _], the matcher should be able to testStringvalues as well.