Merge pull request #13 from heyitsanthony/weaken-single-put

test: use qconfig() instead of defaults in TestBucket_Put_Single
pull/17/head
Anthony Romano 2017-08-09 08:41:24 -07:00 committed by GitHub
commit 7bc833016a
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ func TestBucket_Put_Single(t *testing.T) {
index++
return true
}, nil); err != nil {
}, qconfig()); err != nil {
t.Error(err)
}
}