Skip to content

Commit

Permalink
named imports in test/StdJson.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
milosdjurica committed Sep 5, 2024
1 parent 2566bda commit 46886f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StdJson.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;

import "../src/Test.sol";
import {Test, stdJson} from "../src/Test.sol";

contract StdJsonTest is Test {
using stdJson for string;
Expand Down

0 comments on commit 46886f2

Please sign in to comment.