Skip to content

Commit 1834f0a

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

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
@@ -55,7 +55,7 @@ ResultTests.test("Construction") {
5555
}
5656
}()
5757

58-
expectEqual(string1, string)
58+
expectEqual(string, string1)
5959
expectEqual(error, .err)
6060
}
6161

0 commit comments

Comments
 (0)