chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

Failing Test #60

Closed ball-hayden closed 2 years ago

ball-hayden commented 2 years ago

The following test is failing on master:

rspec spec

F.......

Failures:

  1) ChargeBee::ListResult returns list object, with next offset attribute
     Failure/Error: list.next_offset.should =~ ["1345724673000", "1510"]
       expected: ["1345724673000", "1510"]
            got: "[\"1345724673000\", \"1510\"]" (using =~)
     # ./spec/chargebee/list_result_spec.rb:51:in `block (2 levels) in <top (required)>'
cb-khushbubibay commented 2 years ago

Hi @ball-hayden We have merged https://github.com/chargebee/chargebee-ruby/pull/62 this PR in v2.18.0. Hence closing this issue.