Unbreak LAYOUT_ANIMATION_VERBOSE_LOGGING

Summary:
Noticed this logging was broken when enabling the flag.

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D38616851

fbshipit-source-id: acf0ab75918b389586cb713c2edf5a6bf83ee7a2
This commit is contained in:
Pieter De Baets
2022-08-24 05:09:12 -07:00
committed by Facebook GitHub Bot
parent de75a7a22e
commit dd48509185
3 changed files with 18 additions and 29 deletions
@@ -5,9 +5,7 @@ rn_robolectric_test(
srcs = glob(["**/*.java"]),
contacts = ["oncall+react_native@xmail.facebook.com"],
language = "JAVA",
visibility = [
"PUBLIC",
],
visibility = ["PUBLIC"],
deps = [
YOGA_TARGET,
react_native_dep("third-party/java/assertj:assertj-core"),