google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

is_round_for_wear test is placed in adaptive, not testharness #1450

Closed alexvanyo closed 1 year ago

alexvanyo commented 1 year ago

is_round_for_wear is checking that the TestHarness correctly configures for isScreenRound, but the test is defined in the tests for adaptive, not in the tests for testharness. Since it's verifying the behavior for TestHarness, it should live there instead