Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrocolic committed Aug 29, 2024
1 parent d1e3c90 commit 59b044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/fees/create_pay_in_advance_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
precise_unit_amount: 0.01111111111,
taxes_rate: 10.0,
taxes_amount_cents: 1
)
)
expect(result.fees.first.applied_taxes.count).to eq(2)
end
end
Expand Down

0 comments on commit 59b044e

Please sign in to comment.