Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use expect fun instead of expect class in examples #15

Draft
wants to merge 1 commit into
base: 0.2
Choose a base branch
from

Conversation

zsmb13
Copy link
Contributor

@zsmb13 zsmb13 commented Feb 9, 2024

Replaces usages of expect class with expect fun

@artspb artspb requested a review from amakeev February 9, 2024 15:10
@@ -5,6 +5,6 @@ import kotlin.test.assertEquals
class AndroidWorldTest {
@Test
fun doTest() {
assertEquals("Android World", World().get())
assertEquals("Android World", AndroidWorld().name)
Copy link
Member

Choose a reason for hiding this comment

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

why not use getWorld() here and below as well?

@zsmb13 zsmb13 marked this pull request as draft February 12, 2024 12:37
@amakeev
Copy link
Member

amakeev commented May 14, 2024

Should this PR be closed?

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.

None yet

2 participants