Skip to content

Commit 80ae4de

Browse files
moiseevjshier
andauthored
Update test/stdlib/Result.swift
Co-Authored-By: jshier <[email protected]>
1 parent 1834f0a commit 80ae4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Result.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ResultTests.test("Construction") {
5656
}()
5757

5858
expectEqual(string, string1)
59-
expectEqual(error, .err)
59+
expectEqual(.err, error)
6060
}
6161

6262
ResultTests.test("Throwing Initialization and Unwrapping") {

0 commit comments

Comments
 (0)