From 22881659972a5479004a0b09a1f2511bec15a2bd Mon Sep 17 00:00:00 2001 From: KhatyukhinYS Date: Sun, 21 Apr 2024 21:30:10 +0300 Subject: [PATCH] =?UTF-8?q?test:=202=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest.cpp b/unittest.cpp index a9ba7e5..0dc9a52 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -7,6 +7,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); }