Skip to content

Commit

Permalink
Implement reset method in AbrControllerMock: misleading use in before…
Browse files Browse the repository at this point in the history
…Each

when it actually did nothing
  • Loading branch information
Axel Delmas committed Jun 28, 2017
1 parent ef51786 commit bb9dea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/mocks/AbrControllerMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ class AbrControllerMock{

createAbrRulesCollection() {}

reset() {}
reset() {
this.setup();
}

setConfig() {}

Expand Down

0 comments on commit bb9dea9

Please sign in to comment.