From a5c6f912385444d7f13cf833f8ccff12607b44e3 Mon Sep 17 00:00:00 2001 From: SukhotinMD Date: Thu, 29 May 2025 03:59:43 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=BD=D0=B0=20=D0=BD=D0=B5=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D1=83=20=D1=82=D0=B5=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProgUit Lab1/unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProgUit Lab1/unittest.cpp b/ProgUit Lab1/unittest.cpp index 11926d1..310b554 100644 --- a/ProgUit Lab1/unittest.cpp +++ b/ProgUit Lab1/unittest.cpp @@ -9,6 +9,6 @@ TEST_CASE("distinct positive numbers") { double min = 0; double max = 0; find_minmax({ 1, 2 }, min, max); - CHECK(min == 1); + CHECK(min == 3); CHECK(max == 2); }