Skip to content

Commit

Permalink
refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
maguimarijuan committed Apr 28, 2020
1 parent 3794996 commit 7f77905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/instance-getter.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('InstanceGetter', () => {

it('should return the class when the enviroment variable is not defined', () => {

delete (process.env.MS_PATH);
assert.deepStrictEqual(InstanceGetter.getModelClass('client'), ClientModel);
});

Expand Down

0 comments on commit 7f77905

Please sign in to comment.