Skip to content

Commit

Permalink
Fix rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Jun 28, 2024
1 parent 259608a commit f547767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions killbill-integration-tests/core/test_catalog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_change_plan_with_latest_policy
# Because the basic-annual has a 30 days trial, and because of the policy (CHANGE_PLAN) we invoice for a $0 trial
# and therefore create a pro-ration credit for the part 2013-11-02 -> 2013-12-31
change_base_entitlement(bp, 4, 'Basic', 'ANNUAL', '2013-08-01', '2013-11-02', '2013-12-02', 0, -967.21)
end
end

def test_change_alignment_no_grandfathering
upload_catalog('Catalog-v1.xml', false, @user, @options)
Expand Down Expand Up @@ -151,7 +151,7 @@ def test_create_alignment

# Add a first add-on with a START_OF_BUNDLE creation alignment. The subscription is aligned
# with the bundle creation date (2013-08-01) meaning the trial will be from 2013-08-15 to 2013-08-31
create_ao_entitlement(bp, 2, 'BasicAOStartOfBundle', 'MONTHLY', '2013-08-15', '2013-09-14', 0) ## TODO_1739 - This needs to be fixed on the KB side 2013-09-14 => to 2013-08-31
create_ao_entitlement(bp, 2, 'BasicAOStartOfBundle', 'MONTHLY', '2013-08-15', '2013-09-14', 0) ## TODO_1739 - This needs to be fixed on the KB side 2013-09-14 => to 2013-08-31

# Add a second add-on with a START_OF_SUBSCRIPTION creation alignment. The subscription is aligned
# with the add-on subscription creation date (2013-08-15) meaning the trial will be from 2013-08-15 to 2013-09-14
Expand Down

0 comments on commit f547767

Please sign in to comment.