Skip to content

Commit

Permalink
test: fixing tests helpers to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 12, 2020
1 parent a899390 commit 124044c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export async function setup () {
table.string('email')
table.integer('points').defaultTo(0)
table.timestamp('created_at').defaultTo(db.fn.now())
table.timestamp('updated_at')
table.timestamp('updated_at').nullable()
})
}

Expand Down

0 comments on commit 124044c

Please sign in to comment.