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
Error printing return value (ExceptionInfo) at clojure.spec.alpha/gensub (alpha.clj:282).
Unable to construct gen at: [:probable] for: :infosec-studio.entities.risk-probability/probable
I would expect a valid value to be generated (e.g. "probable").
The text was updated successfully, but these errors were encountered:
Given the following enum defined in Hodur:
after calling defspecs the following code throws an error:
(gen/sample (s/gen :infosec-studio.entities/risk-probability))
I would expect a valid value to be generated (e.g. "probable").
The text was updated successfully, but these errors were encountered: