Skip to content

Commit

Permalink
Add break
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael committed Apr 27, 2023
1 parent 456ef72 commit 890de84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DssSpell.t.base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,7 @@ contract DssSpellTestBase is Config, DssTest {
for (uint256 j = 0; j < _exceptions.length; j++) {
if (_tags[i] == _exceptions[j]) {
_found = true;
break;
}
}
if (!_found) {
Expand Down

0 comments on commit 890de84

Please sign in to comment.