Skip to content

Commit c4c4ccc

Browse files
DOC-4493 fixed nondeterministic test (again)
1 parent 8e3935c commit c4c4ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Doc/CmdsSetExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void run()
4242
Console.WriteLine(sAddResult2); // >>> False
4343

4444
RedisValue[] sAddResult4 = db.SetMembers("myset");
45+
Array.Sort(sAddResult4);
4546
Console.WriteLine(string.Join(", ", sAddResult4));
4647
// >>> Hello, World
4748
// STEP_END

0 commit comments

Comments
 (0)