Skip to content

Commit

Permalink
test: fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Nov 11, 2024
1 parent a726205 commit ba8f978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract DepletionTimeOf_Integration_Concrete_Test is Integration_Test {
expectRevert_Paused(callData);
}

function test_GivenBalanceZero() external givenNotNull givenNotPaused {
function test_RevertGiven_BalanceZero() external givenNotNull givenNotPaused {
vm.expectRevert(abi.encodeWithSelector(Errors.SablierFlow_StreamBalanceZero.selector, defaultStreamId));
flow.depletionTimeOf(defaultStreamId);
}
Expand Down

0 comments on commit ba8f978

Please sign in to comment.