I’m still encountering a bug with common tests bei...
# kotlin-native
y
I’m still encountering a bug with common tests being run on iOS platform failing because the class it is testing is internal:
Copy code
error: cannot access 'UpdateBookingCommandAction': it is internal in 'com.framework.action'
        assertEquals(action.booking.latitude, 0.toDouble())
I remember seeing a bug report for it, I was wondering if there is a fix for this yet? The unit tests run fine when testing on android platform.
o
Could you please provide us with minimal reproducer?