Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Oct 5, 2017
1 parent 3a6ddf9 commit 784b076
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/relations.test.js
Expand Up @@ -820,15 +820,6 @@ describe('relations', function() {
done();
});
});
it('returns empty result when filtering with wrong id key', function(done) {
var wrongWhereFilter = {where: {wrongIdKey: samplePatientId}};
physician.patients(wrongWhereFilter, function(err, ch) {
if (err) return done(err);
should.exist(ch);
ch.should.have.lengthOf(0);
done();
});
});
it('returns patients where id in an array', function(done) {
var idArr = [];
var whereFilter;
Expand Down

0 comments on commit 784b076

Please sign in to comment.