mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Fix a typo.
This commit is contained in:
parent
a1a130f156
commit
c9a8e29202
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module TestHTTPCookieJar
|
|||
@store_type = new_options[:store]
|
||||
@gc_threshold = new_options[:gc_threshold]
|
||||
@jar = HTTP::CookieJar.new(new_options)
|
||||
@jar2 = HTTP::CookieJar.new(new_options)
|
||||
@jar2 = HTTP::CookieJar.new(new_options2)
|
||||
end
|
||||
|
||||
def hash_store?
|
||||
|
|
|
|||
Loading…
Reference in a new issue