Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Luong committed Oct 22, 2017
1 parent 0252956 commit 030f5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/lucid.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1396,6 +1396,8 @@ test.group('Model', (group) => {
static get dates () { return [...super.dates, 'birthDate', 'joinDate'] }
}

User._bootIfNotBooted()

const user = await User.create({
name: 'vik',
age: 10,
Expand Down

0 comments on commit 030f5f7

Please sign in to comment.