Skip to content

Commit

Permalink
test: Fix tests for changes syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 1, 2016
1 parent b799ab7 commit e99f8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Core extends Iridium.Core {
describe("Changes", () => {
let core = new Core("mongodb://localhost/iridium_test");

before(() => core.connect());
after(() => core.close());

describe("should allow you to specify valid operations", () => {
it("should allow you to use the $push operator", () => {
return core.Model.update({}, {
Expand Down

0 comments on commit e99f8e3

Please sign in to comment.