mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
correct mistake in spec
This commit is contained in:
@ -35,7 +35,7 @@ describe DistributedCache do
|
|||||||
|
|
||||||
set << 5
|
set << 5
|
||||||
|
|
||||||
c2["cats"] == set
|
c2["cats"] = set
|
||||||
|
|
||||||
wait_for do
|
wait_for do
|
||||||
c1["cats"] == set
|
c1["cats"] == set
|
||||||
|
Reference in New Issue
Block a user