Skip to content

chore: remove unused Timestamp.kt and fix ValentineCardStoreTest - #30

Closed
chrishonson wants to merge 1 commit into
mainfrom
nightshift/20260121-090228
Closed

chore: remove unused Timestamp.kt and fix ValentineCardStoreTest#30
chrishonson wants to merge 1 commit into
mainfrom
nightshift/20260121-090228

Conversation

@chrishonson

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4ec21732ae

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +3 to +6
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.test.runTest
import org.junit.Assert.assertTrue
import org.junit.Test

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Use common test APIs instead of JUnit in commonTest

The test now imports JUnit (org.junit.*) in commonTest, which is compiled for all KMP targets. The build only adds libs.kotlin.test to commonTest (see composeApp/build.gradle.kts), so JUnit isn’t available for native/JS targets; this will break compilation when running commonTest for iOS or other non-JVM targets. Use kotlin.test.Test/kotlin.test.assertTrue (or move the test to an androidTest/jvmTest source set) to keep the common tests portable.

Useful? React with 👍 / 👎.

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