From 7df03fb89afd41b864d91e06200f1608319149a2 Mon Sep 17 00:00:00 2001 From: Sergey White <102730938+sergeyWh1te@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:12:23 +0300 Subject: [PATCH] Update internal/pkg/notifiler/discord_test.go Co-authored-by: Logachev Nikita --- internal/pkg/notifiler/discord_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/notifiler/discord_test.go b/internal/pkg/notifiler/discord_test.go index 3bf7974..90e98db 100644 --- a/internal/pkg/notifiler/discord_test.go +++ b/internal/pkg/notifiler/discord_test.go @@ -43,7 +43,7 @@ Shares Burnt: 17,698.36 × 1e18 ` -func Test_usecase_SendFinnding(t *testing.T) { +func Test_usecase_SendFinding(t *testing.T) { cfg, envErr := env.Read("../../../.env") if envErr != nil { t.Errorf("Read env error: %s", envErr.Error())