不要怂,就是干,撸起袖子干!

Commit 66cc025c by Lachèze Alexandre

fix in Boolean SQLite test for #149

1 parent 4f26ef6a
Showing with 1 additions and 1 deletions
......@@ -94,7 +94,7 @@ describe('DAOFactory', function() {
name: 'John Doe',
has_swag: true
}, function(people) {
expect(people.has_swag).toBeTruthy()
expect(people[0].has_swag).toBeTruthy();
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!