You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using mockClient like this: mock.ExpectSet(data.key, bytes, 1*time.Second)
then got something like this: parameters do not match, expectation '[set app_id [some_value] ex 1]', but call to cmd '[set app_id [value]]
The text was updated successfully, but these errors were encountered:
i'm using mockClient like this:
mock.ExpectSet(data.key, bytes, 1*time.Second)
then got something like this:
parameters do not match, expectation '[set app_id [some_value] ex 1]', but call to cmd '[set app_id [value]]
The text was updated successfully, but these errors were encountered: