Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
simplemachine92 committed Apr 22, 2024
1 parent 991ee3f commit 1abe03d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/units/static/JBProjects/TestInitialProject.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ contract TestInitialProject_Local is JBTest {
function setUp() public {}

function test_WhenInitialOwnerDNEQZeroAddress() external {
// It will create a project
// It will create a project

vm.expectEmit();
emit IJBProjects.Create(1, _owner, address(this));
_projects = new JBProjects(_owner, _owner);
}

}
}

0 comments on commit 1abe03d

Please sign in to comment.