mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
feat: Create base Event test file
This commit is contained in:
18
test/foundry/Events.t.sol
Normal file
18
test/foundry/Events.t.sol
Normal file
@@ -0,0 +1,18 @@
|
||||
// SPDX-License-Identifier: UNLICENSED
|
||||
pragma solidity ^0.8.13;
|
||||
|
||||
import './base/BaseTest.t.sol';
|
||||
|
||||
contract EventTest is BaseTest {
|
||||
function setUp() public override {
|
||||
TestSetup.setUp();
|
||||
}
|
||||
|
||||
// MISC
|
||||
|
||||
// HUB GOVERNANCE
|
||||
|
||||
// HUB INTERACTION
|
||||
|
||||
// MODULE GLOBALS GOVERNANCE
|
||||
}
|
||||
Reference in New Issue
Block a user