Skip to content

Commit

Permalink
[LOCAL] Fix ruby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Jan 5, 2024
1 parent 34da087 commit 7c7baad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/react-native/ReactCommon/react/debug/flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
// control and use as a more reliable xplat flag. For any build that doesn't
// have NDEBUG defined, we enable REACT_NATIVE_DEBUG for convenience.
#ifndef NDEBUG
#ifndef COCOAPODS
#define REACT_NATIVE_DEBUG 1
#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def test_setupHermes_whenHermesScriptSucceeds_installsPods
assert_equal($podInvocation["libevent"][:version], "~> 2.1.12")
hermes_engine_pod_invocation = $podInvocation["hermes-engine"]
assert_equal(hermes_engine_pod_invocation[:podspec], "../../sdks/hermes-engine/hermes-engine.podspec")
assert_equal(hermes_engine_pod_invocation[:tag], "")
end

def test_setupHermes_installsPods_installsFabricSubspecWhenFabricEnabled
Expand All @@ -122,7 +121,6 @@ def test_setupHermes_installsPods_installsFabricSubspecWhenFabricEnabled
assert_equal($podInvocation["React-jsi"][:path], "../../ReactCommon/jsi")
hermes_engine_pod_invocation = $podInvocation["hermes-engine"]
assert_equal(hermes_engine_pod_invocation[:podspec], "../../sdks/hermes-engine/hermes-engine.podspec")
assert_equal(hermes_engine_pod_invocation[:tag], "")
assert_equal($podInvocation["React-hermes"][:path], "../../ReactCommon/hermes")
assert_equal($podInvocation["libevent"][:version], "~> 2.1.12")
end
Expand Down

0 comments on commit 7c7baad

Please sign in to comment.