[Honeydew] Fixed a typo in functional test BUILD.gn

Change-Id: Ie4707af057afe3a79f167b13040eca5f28a51fd2
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1014536
Fuchsia-Auto-Submit: Pavan Kumar Juturu <jpavankumar@google.com>
Reviewed-by: Mahesh Saripalli <maheshsr@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
diff --git a/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn b/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn
index a6f1671..d675b4a 100644
--- a/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn
+++ b/src/testing/end_to_end/honeydew/tests/functional_tests/BUILD.gn
@@ -194,7 +194,7 @@
 
   group_with_no_dir_target_deps("starnix_vim3_unstable_tests") {
     testonly = true
-    public_deps = [ "affordance_tests/test_system_power_state_controller:system_power_state_controller_test_on_non_starnix_fc($host_toolchain)" ]
+    public_deps = [ "affordance_tests/test_system_power_state_controller:system_power_state_controller_test_on_starnix_fc($host_toolchain)" ]
   }
 }