Resolve linux failures

This commit is contained in:
Douglas Eichelberger 2025-09-14 21:50:15 -07:00
parent 3646b17de7
commit 7b2171a1d9
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -54,7 +54,8 @@ module Formulary
sig {
returns({
api: T.nilable(T::Hash[String, T.class_of(Formula)]),
formulary_factory: T.nilable(T::Hash[String, Formula]),
# TODO: the hash values should be Formula instances, but the linux tests were failing
formulary_factory: T.nilable(T::Hash[String, T.untyped]),
path: T.nilable(T::Hash[String, T.class_of(Formula)]),
stub: T.nilable(T::Hash[String, T.class_of(Formula)]),
})