sconfig icon indicating copy to clipboard operation
sconfig copied to clipboard

Remove extra test that runs on JVM now

Open ekrich opened this issue 1 year ago • 0 comments

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.

See: https://github.com/ekrich/sconfig/pull/408

ekrich avatar Nov 11 '24 23:11 ekrich