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
When porting a portion of PublicApiTest to JvmNative as PublicApiFileTest, one test got duplicated on JVM because the portion that reads resources on Native is not implemented yet so JVM has 533 tests vs the 532 it should have. Fix once Native reading files from resources works.
When porting a portion of
PublicApiTest
to JvmNative asPublicApiFileTest
, one test got duplicated on JVM because the portion that reads resources on Native is not implemented yet so JVM has 533 tests vs the 532 it should have. Fix once Native reading files from resources works.See: #408
The text was updated successfully, but these errors were encountered: