AELSchauer / turing-rails_engine_api

1 stars 0 forks source link

fix seed file so uploader has correct price #57

Closed AELSchauer closed 7 years ago

AELSchauer commented 7 years ago

InvoiceItemsApiTest#test_loads_all_invoice_items is failing.

The price for id=10110 is expected to be "219.16", but the actual price is "21.92"

AELSchauer commented 7 years ago

ItemsApiTest#test_loads_individual_items

The price for id=404 is expected to be "774.84", but the actual price is "77.48"