Skip to content

Commit 65bb939

Browse files
authored
Fix typo in BuildParametersTests.swift
1 parent bede618 commit 65bb939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SPMBuildCoreTests/BuildParametersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import _InternalTestSupport
1717
import XCTest
1818

1919
final class BuildParametersTests: XCTestCase {
20-
func testConfigrationDependentProperties() throws {
20+
func testConfigurationDependentProperties() throws {
2121
// Ensure that properties that depend on the "configuration" property are
2222
// correctly updated after modifying the configuration.
2323
var parameters = mockBuildParameters(

0 commit comments

Comments
 (0)