Remove checks for 'WatchExtension.apple_binary' in our aspect tests now that the 'WatchExtension' rule doesn't generate it.

PiperOrigin-RevId: 226199164
diff --git a/src/TulsiGeneratorIntegrationTests/AspectTests.swift b/src/TulsiGeneratorIntegrationTests/AspectTests.swift
index e978b16..ceaee6d 100644
--- a/src/TulsiGeneratorIntegrationTests/AspectTests.swift
+++ b/src/TulsiGeneratorIntegrationTests/AspectTests.swift
@@ -395,9 +395,6 @@
       .dependsOn("//tulsi_test:WatchApplicationResources")
 
     checker.assertThat("//tulsi_test:WatchExtension")
-      .dependsOn("//tulsi_test:WatchExtension.apple_binary")
-
-    checker.assertThat("//tulsi_test:WatchExtension.apple_binary")
       .dependsOn("//tulsi_test:WatchExtensionLibrary")
       .dependsOn("//tulsi_test:WatchExtensionResources")