mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-04 15:49:23 +00:00
improve HEXAColorTests
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user