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

Commit 4c441e0a by joshm

cleanup

1 parent 92fc796c
Showing with 2 additions and 2 deletions
......@@ -2236,8 +2236,8 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
expect(info.count).to.equal(2)
expect(Array.isArray(info.rows)).to.be.ok
expect(info.rows.length).to.equal(2)
expect(info.rows[0].selectedValues).to.not.property('username')
expect(info.rows[1].selectedValues).to.not.property('username')
expect(info.rows[0].selectedValues).to.not.have.property('username')
expect(info.rows[1].selectedValues).to.not.have.property('username')
done()
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!