Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Explicitly set language in more robolectric tests
Browse files Browse the repository at this point in the history
Differential Revision: D37793707

fbshipit-source-id: d862eb9c24587346ef28c9c8ed83373ca29e6cb8
  • Loading branch information
Ron Edelstein authored and facebook-github-bot committed Jul 12, 2022
1 parent 09e3701 commit 7a74e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/test/com/facebook/profilo/core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ robolectric4_test(
autoglob = False,
contacts = ["oncall+loom@xmail.facebook.com"],
jni_deps = JNI_DEPS,
language = "JAVA",
deps = [
"//fbandroid/java/com/facebook/testing/inject:inject",
"//fbandroid/java/com/facebook/testing/util:util",
Expand Down
1 change: 1 addition & 0 deletions java/test/com/facebook/profilo/logger/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fb_core_android_library(
robolectric4_test(
name = "logger",
contacts = ["oncall+loom@xmail.facebook.com"],
language = "JAVA",
deps = [
":utils",
profilo_path("deps/jsr-305:jsr-305"),
Expand Down

0 comments on commit 7a74e8a

Please sign in to comment.