diff --git a/Tests/NodesGeneratorTests/Support/TestFactories.swift b/Tests/NodesGeneratorTests/Support/TestFactories.swift index 739864f12..edb49c469 100644 --- a/Tests/NodesGeneratorTests/Support/TestFactories.swift +++ b/Tests/NodesGeneratorTests/Support/TestFactories.swift @@ -259,7 +259,7 @@ extension TestFactories { pluginListName: "", pluginListImports: .mock(with: "pluginListImport", count: mockCount), pluginListInterfaceImports: .mock(with: "pluginListInterfaceImport", count: mockCount), - pluginListTestsImports: .mock(with: "pluginListTestsImports", count: mockCount), + pluginListTestsImports: .mock(with: "pluginListTestsImport", count: mockCount), viewControllableFlowType: "", isPeripheryCommentEnabled: mockCount > 0, isNimbleEnabled: mockCount > 0 diff --git a/Tests/NodesGeneratorTests/__Snapshots__/StencilContextsTests/testPluginListStencilContext.1.txt b/Tests/NodesGeneratorTests/__Snapshots__/StencilContextsTests/testPluginListStencilContext.1.txt index 1bf8d0d8c..a024bc746 100644 --- a/Tests/NodesGeneratorTests/__Snapshots__/StencilContextsTests/testPluginListStencilContext.1.txt +++ b/Tests/NodesGeneratorTests/__Snapshots__/StencilContextsTests/testPluginListStencilContext.1.txt @@ -22,7 +22,7 @@ ▿ (2 elements) - key: "plugin_list_tests_imports" ▿ value: 1 element - - "" + - "" ▿ (2 elements) - key: "view_controllable_flow_type" - value: "" diff --git a/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-1.txt b/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-1.txt index e57d232f7..a49deb38d 100644 --- a/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-1.txt +++ b/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-1.txt @@ -2,7 +2,7 @@ #warning("Manually move this test file to the corresponding test target then delete this warning.") -import +import final class PluginListTests: XCTestCase { diff --git a/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-2.txt b/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-2.txt index e2bb20c7a..eb7f80094 100644 --- a/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-2.txt +++ b/Tests/NodesGeneratorTests/__Snapshots__/StencilRendererTests/testRenderPluginList_withTests.PluginListTests-mockCount-2.txt @@ -2,8 +2,8 @@ #warning("Manually move this test file to the corresponding test target then delete this warning.") -import -import +import +import final class PluginListTests: XCTestCase {