Skip to content

Commit

Permalink
feat: change license in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 21, 2023
1 parent 1dcfccd commit 9c00fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solidity/test/unit/Oracle.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import 'forge-std/Test.sol';
Expand Down
2 changes: 1 addition & 1 deletion solidity/test/unit/modules/Module.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// // SPDX-License-Identifier: AGPL-3.0-only
// // SPDX-License-Identifier: MIT
// pragma solidity ^0.8.19;

// import 'forge-std/Test.sol';
Expand Down

0 comments on commit 9c00fc3

Please sign in to comment.