From 4524782282d3a78b0f126fb5ef803381c5e963de Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 18 Jun 2025 12:35:58 +0200 Subject: [PATCH] :paperclip: Adapt backend test to devenv changes --- backend/test/backend_tests/rpc_media_test.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/test/backend_tests/rpc_media_test.clj b/backend/test/backend_tests/rpc_media_test.clj index 8e6ee3f091..aa24c5e57b 100644 --- a/backend/test/backend_tests/rpc_media_test.clj +++ b/backend/test/backend_tests/rpc_media_test.clj @@ -48,7 +48,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 122785 (:size mobj1))) - (t/is (= 3299 (:size mobj2))))))) + (t/is (= 3297 (:size mobj2))))))) (t/deftest media-object-upload (let [prof (th/create-profile* 1) @@ -85,7 +85,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 312043 (:size mobj1))) - (t/is (= 3901 (:size mobj2))))))) + (t/is (= 3890 (:size mobj2))))))) (t/deftest media-object-upload-idempotency @@ -163,7 +163,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 122785 (:size mobj1))) - (t/is (= 3299 (:size mobj2))))))) + (t/is (= 3297 (:size mobj2))))))) (t/deftest media-object-upload-command (let [prof (th/create-profile* 1) @@ -200,7 +200,7 @@ (t/is (sto/object? mobj1)) (t/is (sto/object? mobj2)) (t/is (= 312043 (:size mobj1))) - (t/is (= 3901 (:size mobj2))))))) + (t/is (= 3890 (:size mobj2))))))) (t/deftest media-object-upload-idempotency-command