Skip to content

Commit 9302b3e

Browse files
committed
test: remove zeroeth entry from this example
1 parent bbbfa48 commit 9302b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/slowlog_check_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def redis_slowlog(index, time, microseconds)
147147
context 'redis has 567 entries and no zeroeth entry' do
148148
let(:sauce) {
149149
Array.new(567) { |x|
150-
redis_slowlog(x, Time.utc(2020,04,20,03,20,00) + x, x)
150+
redis_slowlog(x + 1, Time.utc(2020,04,20,03,20,00) + x, x)
151151
}.reverse
152152
}
153153
before(:each) do

0 commit comments

Comments
 (0)