mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused variable in a test in RNGP
Summary: Changelog: [Internal] [Changed] - Remove unused variable in a test in RNGP Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: cipolleschi Differential Revision: D43185910 fbshipit-source-id: b1f328592e0b38654fd2e0a36304ce8f1d433b44
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5308fcc9ea
commit
96df8c0ac8
-1
@@ -25,7 +25,6 @@ class GenerateCodegenArtifactsTaskTest {
|
||||
|
||||
@Test
|
||||
fun generateCodegenSchema_inputFiles_areSetCorrectly() {
|
||||
val codegenDir = tempFolder.newFolder("codegen")
|
||||
val outputDir = tempFolder.newFolder("output")
|
||||
|
||||
val task = createTestTask<GenerateCodegenArtifactsTask> { it.generatedSrcDir.set(outputDir) }
|
||||
|
||||
Reference in New Issue
Block a user