Skip to content

Commit 6d27cc0

Browse files
authored
fix: test naming (#472)
1 parent f73c73d commit 6d27cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/StdCheats.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contract StdCheatsTest is Test {
102102
assertEq(address(this).balance, 1 ether);
103103
}
104104

105-
function tes_tDealToken() public {
105+
function test_DealToken() public {
106106
Bar barToken = new Bar();
107107
address bar = address(barToken);
108108
deal(bar, address(this), 10000e18);

0 commit comments

Comments
 (0)