Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/NodesGeneratorTests/Support/TestFactories.swift
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ extension TestFactories {
fileHeader: "<fileHeader>",
pluginListName: "<pluginListName>",
pluginListImports: .mock(with: "pluginListImport", count: mockCount),
pluginListTestsImports: .mock(with: "pluginListTestsImports", count: mockCount),
pluginListTestsImports: .mock(with: "pluginListTestsImport", count: mockCount),
viewControllableFlowType: "<viewControllableFlowType>",
isPeripheryCommentEnabled: mockCount > 0,
isNimbleEnabled: mockCount > 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
▿ (2 elements)
- key: "plugin_list_tests_imports"
▿ value: 1 element
- "<pluginListTestsImports>"
- "<pluginListTestsImport>"
▿ (2 elements)
- key: "view_controllable_flow_type"
- value: "<viewControllableFlowType>"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#warning("Manually move this test file to the corresponding test target then delete this warning.")

import <pluginListTestsImports>
import <pluginListTestsImport>

final class <pluginListName>PluginListTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#warning("Manually move this test file to the corresponding test target then delete this warning.")

import <pluginListTestsImports1>
import <pluginListTestsImports2>
import <pluginListTestsImport1>
import <pluginListTestsImport2>

final class <pluginListName>PluginListTests: XCTestCase {

Expand Down