Skip to content

Commit

Permalink
improve HEXAColorTests
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Feb 12, 2024
1 parent b1eb26a commit 35825ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/common/src/commonTest/kotlin/HexColorTests.kt
Expand Up @@ -191,6 +191,7 @@ class HexColorTests {
assertEquals(it.g, it.color.g)
assertEquals(it.b, it.color.b)
assertEquals(it.a, it.color.a)
assertEquals(it.color, HEXAColor.fromAhex(it.ahexUInt))
}
}

Expand Down

0 comments on commit 35825ad

Please sign in to comment.