Skip to content

Commit

Permalink
Merge pull request #13 from heyitsanthony/weaken-single-put
Browse files Browse the repository at this point in the history
test: use qconfig() instead of defaults in TestBucket_Put_Single
  • Loading branch information
Anthony Romano committed Aug 9, 2017
2 parents 2ab139b + 1038faf commit 7bc8330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ func TestBucket_Put_Single(t *testing.T) {

index++
return true
}, nil); err != nil {
}, qconfig()); err != nil {
t.Error(err)
}
}
Expand Down

0 comments on commit 7bc8330

Please sign in to comment.