commit | d44bd8bc80691274d787f3385ba984af0e937419 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Thu Jun 06 17:02:53 2024 -0700 |
committer | William Escande <wescande@google.com> | Thu Jun 06 17:02:53 2024 -0700 |
tree | 2a4ed0582b99c7685f753280fc03a705b97a74f7 | |
parent | dfef229781fbbeda37c01dab7882e7009470cf82 [diff] |
NearbyManagerTest: Put static classRule as public Bug: 345117020 Fix: 345117020 Flag: TEST_ONLY Test: atest NearbyManagerTest Change-Id: I37bf29c1c025b361eec2a4e397a3004767920c7f
diff --git a/nearby/tests/cts/fastpair/src/android/nearby/cts/NearbyManagerTest.java b/nearby/tests/cts/fastpair/src/android/nearby/cts/NearbyManagerTest.java index 576e806..1e36676 100644 --- a/nearby/tests/cts/fastpair/src/android/nearby/cts/NearbyManagerTest.java +++ b/nearby/tests/cts/fastpair/src/android/nearby/cts/NearbyManagerTest.java
@@ -76,7 +76,7 @@ @RequiresApi(Build.VERSION_CODES.TIRAMISU) public class NearbyManagerTest { - @ClassRule static final EnableBluetoothRule sEnableBluetooth = new EnableBluetoothRule(); + @ClassRule public static final EnableBluetoothRule sEnableBluetooth = new EnableBluetoothRule(); private static final byte[] SALT = new byte[]{1, 2}; private static final byte[] SECRET_ID = new byte[]{1, 2, 3, 4};