Fix typo in unit test (#43091)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/43091

Fix typo in unit test

Changelog:
[Internal] [Changed] - Fix typo in unit test

Reviewed By: mdvacca

Differential Revision: D53918471

fbshipit-source-id: 0453c01fab1dc04397058577ea61b50994124cf0
This commit is contained in:
Nicola Corti
2024-02-19 08:15:12 -08:00
committed by Facebook GitHub Bot
parent 5bec42f902
commit 918b75f3f4
@@ -141,7 +141,7 @@ class GenerateCodegenArtifactsTaskTest {
writeText(
"""
{
"name": "@a/libray",
"name": "@a/library",
"codegenConfig": {
"name": "an-awesome-library",
"android": {
@@ -174,7 +174,7 @@ class GenerateCodegenArtifactsTaskTest {
writeText(
"""
{
"name": "@a/libray",
"name": "@a/library",
"codegenConfig": {
}
}