Skip to content

Commit

Permalink
test(chore): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Jul 3, 2024
1 parent 86dbabe commit 0a80c28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ contract StreamedAmountOf_LockupLinear_Integration_Concrete_Test is
StreamedAmountOf_Integration_Concrete_Test.setUp();
}

modifier givenStatusPendind() {
modifier givenStatusPending() {
_;
}

function test_StreamedAmountOf_CliffTimeZero()
external
givenNotNull
givenStreamHasNotBeenCanceled
givenStatusPendind
givenStatusPending
{
vm.warp({ newTimestamp: defaults.START_TIME() - 1 });

Expand Down

0 comments on commit 0a80c28

Please sign in to comment.