Update test error message

This commit is contained in:
mieszkomakuch 2025-05-05 20:07:46 +02:00
parent a3d58a498c
commit 828be2136a

View File

@ -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'}