Skip to content

Commit

Permalink
Move CoreDataExample to test to exercise more scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohmcruz committed Aug 2, 2023
1 parent fc2af28 commit f9ba79e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/ios/unit-test/test-imports-app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ios_unit_test(
visibility = ["//visibility:public"],
deps = [
":TestImports-App_framework_unlinked",
"//tests/ios/frameworks/core-data-resource-bundle:CoreDataExample",
],
)

Expand Down
1 change: 0 additions & 1 deletion tests/ios/xcodeproj/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ xcodeproj(
include_transitive_targets = False,
provide_build_settings_from_target_for_pre_post_actions = True,
deps = [
"//tests/ios/frameworks/core-data-resource-bundle:CoreDataExample",
"//tests/ios/unit-test/test-imports-app:TestImports-App",
"//tests/ios/unit-test/test-imports-app:TestImports-App_framework_unlinked",
"//tests/ios/unit-test/test-imports-app:TestImports-Unit-Tests",
Expand Down

0 comments on commit f9ba79e

Please sign in to comment.