From 93a3881406d0e249c5c49ffd06ee716fe3c94593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=88=D0=BA=D0=BE=D0=B2=20=D0=94=D0=BC=D0=B8?= =?UTF-8?q?=D1=82=D1=80=D0=B8=D0=B9?= Date: Thu, 19 Sep 2024 17:16:05 +0300 Subject: [PATCH] fix --- test/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.go b/test/integration_test.go index d40ea41..1bee502 100644 --- a/test/integration_test.go +++ b/test/integration_test.go @@ -144,7 +144,7 @@ func TestIntegration(t *testing.T) { Status(http.StatusOK). JSON().Object(). ContainsKey("current").HasValue("current", 0). - ContainsKey("current").HasValue("current", 0) + ContainsKey("withdrawn").HasValue("withdrawn", 0) }) t.Run("get withdrawals no content", func(t *testing.T) {