Skip to content

Commit 6b29a51

Browse files
committed
Remove test about throwing when having multikey model and hasMany associations
1 parent 157f464 commit 6b29a51

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/integration/model-keys.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,5 @@ describe("Model keys option", function() {
102102
});
103103
})
104104
});
105-
106-
it("should throw if defining hasMany association", function (done) {
107-
(function () {
108-
DoorAccessHistory.hasMany("...");
109-
}).should.throw();
110-
111-
return done();
112-
});
113105
});
114106
});

0 commit comments

Comments
 (0)