From 0a80c285a7469ffb11168bf8acf1455cd611f392 Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Mon, 17 Jun 2024 08:43:06 +0200 Subject: [PATCH] test(chore): correct typo --- .../lockup-linear/streamed-amount-of/streamedAmountOf.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/concrete/lockup-linear/streamed-amount-of/streamedAmountOf.t.sol b/test/integration/concrete/lockup-linear/streamed-amount-of/streamedAmountOf.t.sol index b1a94746d..beda0bc05 100644 --- a/test/integration/concrete/lockup-linear/streamed-amount-of/streamedAmountOf.t.sol +++ b/test/integration/concrete/lockup-linear/streamed-amount-of/streamedAmountOf.t.sol @@ -19,7 +19,7 @@ contract StreamedAmountOf_LockupLinear_Integration_Concrete_Test is StreamedAmountOf_Integration_Concrete_Test.setUp(); } - modifier givenStatusPendind() { + modifier givenStatusPending() { _; } @@ -27,7 +27,7 @@ contract StreamedAmountOf_LockupLinear_Integration_Concrete_Test is external givenNotNull givenStreamHasNotBeenCanceled - givenStatusPendind + givenStatusPending { vm.warp({ newTimestamp: defaults.START_TIME() - 1 });