We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d811a commit d014c9fCopy full SHA for d014c9f
spec/redis_web_manager/info_spec.rb
@@ -41,7 +41,7 @@
41
end
42
43
it 'returns a memory usage value (memory_usage)' do
44
- expect(info.memory_usage('test')).to be_between(52, 62)
+ expect(info.memory_usage('test')).to be_between(40, 62)
45
46
47
it 'returns a test value (get)' do
0 commit comments