Skip to content

Commit b7622b4

Browse files
author
Max Moiseev
committed
Fix the Intents overlay test ... again
1 parent 00bb9d1 commit b7622b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/1_stdlib/Intents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IntentsTestSuite.test("ErrorDomain") {
2020
}
2121

2222
IntentsTestSuite.test("extension") {
23-
expectEqual("IntentsErrorDomain", INIntentErrorCode._nsErrorDomain)
23+
expectEqual("IntentsErrorDomain", INIntentError._nsErrorDomain)
2424
}
2525

2626
runAllTests()

0 commit comments

Comments
 (0)