Skip to content

Commit

Permalink
fix: license pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhalliday committed Aug 26, 2024
1 parent 976f779 commit 821399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/TestToken.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Unlicense
pragma solidity 0.8.25;

import {ERC20} from "openzeppelin-contracts/contracts/token/ERC20/ERC20.sol";
Expand Down

0 comments on commit 821399b

Please sign in to comment.