Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
beard-programmer committed Oct 31, 2023
1 parent bac0d44 commit ff995d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/calculate_taxes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
end

it 'then should calculate taxes and return CalculatedLineItem' do
expect(1).to eq(2)
expect(when_calculating_taxes).to be_instance_of(ServiceFunctions::CalculatedLineItem)
end
end
Expand Down

0 comments on commit ff995d7

Please sign in to comment.