Skip to content

Conversation

@rickclephas
Copy link
Owner

No description provided.

@rickclephas rickclephas self-assigned this Dec 29, 2025
XCTAssertTrue(error is KotlinError, "Error isn't a KotlinError")
let error = error as! KotlinError
XCTAssertEqual(error.description, sendMessage, "Error has incorrect description")
// TODO: Get actual Kotlin Exception
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to test the actual Kotlin exception as well (or at least the type like we do for the ObjC export)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants