Skip to content

Commit

Permalink
renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
vextorspace committed Jul 27, 2024
1 parent 815acc0 commit 1990606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ItemCardMakerTest {

@OptIn(ExperimentalTestApi::class)
@Test
fun testItemCardMakerIncludesContent() = runComposeUiTest {
fun `actually displays content`() = runComposeUiTest {
val itemContent = "::ITEMS CONTENT::"
val item = Item(itemContent)
val parentItems = mutableListOf<Item>()
Expand Down

0 comments on commit 1990606

Please sign in to comment.