Skip to content

Commit a94c0bc

Browse files
committed
Fix typo
1 parent ff08ca3 commit a94c0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/Support/FileHandleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ struct FileHandleTests {
213213
#expect(Environment.setVariable("Q:", named: "SYSTEMDRIVE"))
214214
#expect(rootDirectoryPath == #"Q:\"#)
215215

216-
#expect(Environment.setVariable("Q:\abc123", named: "SYSTEMDRIVE"))
216+
#expect(Environment.setVariable(#"Q:\abc123"#, named: "SYSTEMDRIVE"))
217217
#expect(rootDirectoryPath == #"Q:\abc123\"#)
218218
}
219219
#endif

0 commit comments

Comments
 (0)