diff --git a/backend/test/backend_tests/rpc_media_test.clj b/backend/test/backend_tests/rpc_media_test.clj index 3095a5c050..8e6ee3f091 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 (= 3302 (:size mobj2))))))) + (t/is (= 3299 (: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 (= 3887 (:size mobj2))))))) + (t/is (= 3901 (: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 (= 3302 (:size mobj2))))))) + (t/is (= 3299 (: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 (= 3887 (:size mobj2))))))) + (t/is (= 3901 (:size mobj2))))))) (t/deftest media-object-upload-idempotency-command