fixed failing tests

This commit is contained in:
ViditChitkara 2017-12-23 18:34:26 +05:30 committed by James Mason
parent 86cab52f52
commit 0ec937e43e
2 changed files with 6 additions and 2 deletions

View file

@ -496,7 +496,7 @@ ActiveRecord::Schema.define(version: 20171201163628) do
t.integer "user_id"
t.integer "payment_id"
t.integer "week"
t.float "amount_paid"
t.float "amount_paid", default: 0.0
end
create_table "ticket_scannings", force: :cascade do |t|