Skip to content

Commit

Permalink
refactor: remove "super"
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Dec 4, 2024
1 parent f63dbf7 commit a4f66d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion out/SymbioticBurnersInit.sol/SymbioticBurnersInit.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/integration/SymbioticBurnersInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract SymbioticBurnersInit is SymbioticCoreInit, SymbioticBurnersBindings {
ISymbioticBurnerRouterFactory public symbioticBurnerRouterFactory;

function setUp() public virtual override {
super.setUp();
SymbioticCoreInit.setUp();

if (SYMBIOTIC_BURNERS_NEED_BURNERS) {
_initBurners_SymbioticBurners(SYMBIOTIC_BURNERS_USE_EXISTING_DEPLOYMENT);
Expand Down

0 comments on commit a4f66d7

Please sign in to comment.