Skip to content

Commit

Permalink
fix: add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: 0xRaccoon <[email protected]>
  • Loading branch information
0xRaccoon committed Dec 27, 2023
1 parent 991e7e8 commit 278f18a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions solidity/test/unit/WonderVotes.t.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;

import 'forge-std/Test.sol';

import {WonderGovernor} from 'contracts/governance/WonderGovernor.sol';
Expand Down

0 comments on commit 278f18a

Please sign in to comment.