Skip to content

Commit

Permalink
Remove redundant android_local_test
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Apr 12, 2024
1 parent 6fbff64 commit 7ce77b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@ android_local_test(
],
)

android_local_test(
name = "GetProvisioningModeActivityTest",
srcs = ["src/test/java/com/afwsamples/testdpc/provision/GetProvisioningModeActivityTest.java"],
manifest = MANIFEST,
test_class = "com.afwsamples.testdpc.provision.GetProvisioningModeActivityTest",
deps = [
":test_deps",
":testdpc_lib",
],
)

android_local_test(
name = "GetProvisioningModeActivityTest",
srcs = ["src/test/java/com/afwsamples/testdpc/provision/GetProvisioningModeActivityTest.java"],
Expand Down

0 comments on commit 7ce77b2

Please sign in to comment.