Skip to content

Commit 0f1ff16

Browse files
committed
[Tests] Add a missing test declaration.
1 parent 55a6cc1 commit 0f1ff16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/XcodeprojTests/XcodeProjectModelTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class XcodeProjectModelTests: XCTestCase {
203203
("testBasicProjectCreation", testBasicProjectCreation),
204204
("testTargetCreation", testTargetCreation),
205205
("testBuildPhases", testBuildPhases),
206+
("testProductReferences", testProductReferences),
206207
("testTargetDependencies", testTargetDependencies),
207208
("testBuildSettings", testBuildSettings),
208209
]

0 commit comments

Comments
 (0)