From 828be2136a7b5c299fbe76d3e9aa5bc271d8d927 Mon Sep 17 00:00:00 2001 From: mieszkomakuch Date: Mon, 5 May 2025 20:07:46 +0200 Subject: [PATCH] Update test error message --- src/testapp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testapp.m b/src/testapp.m index 26ef940..1524327 100644 --- a/src/testapp.m +++ b/src/testapp.m @@ -20,7 +20,7 @@ function [out_vector]=basicVectorOperations(in_vector, numerator, denominator, k % out_vector - output vector that is the result of the operation % - error('This is an intentional error. Application version: branch master NEW (commit 10.03 12:48)'); + error('This is an intentional error. Application version: branch master NEW (commit 05.05.2025 20:07)'); switch operation_type case {'^', 'POWER'}