From 4386116c9133e2e937e8d242753ffffbb53ec7e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stepan@adjemian.eu>
Date: Thu, 28 Apr 2022 12:53:52 +0200
Subject: [PATCH] Fixed unit tests.

---
 tests/test_aggregate_routine_1_2.m   | 2 +-
 tests/test_aggregate_routine_1_2_3.m | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_aggregate_routine_1_2.m b/tests/test_aggregate_routine_1_2.m
index 795d7d4d02..2225db95f1 100644
--- a/tests/test_aggregate_routine_1_2.m
+++ b/tests/test_aggregate_routine_1_2.m
@@ -12,7 +12,7 @@ dynare_config();
 disp('');
 disp(['***  TESTING: test_aggregate_routine_1_2.m.trs ***']);
 try
-    aggregate('toto2.mod', {}, 'ecb/aggregate/1', 'ecb/aggregate/2');
+    aggregate('toto2.mod', {}, '', 'ecb/aggregate/1', 'ecb/aggregate/2');
     testFailed = false;
 catch
     testFailed = true;
diff --git a/tests/test_aggregate_routine_1_2_3.m b/tests/test_aggregate_routine_1_2_3.m
index 91b44134f4..482e833cdf 100644
--- a/tests/test_aggregate_routine_1_2_3.m
+++ b/tests/test_aggregate_routine_1_2_3.m
@@ -12,7 +12,7 @@ dynare_config();
 disp('');
 disp(['***  TESTING: test_aggregate_routine_1_2_3.m.trs ***']);
 try
-    aggregate('toto3.mod', {}, 'ecb/aggregate/1', 'ecb/aggregate/2', 'ecb/aggregate/3');
+    aggregate('toto3.mod', {}, '', 'ecb/aggregate/1', 'ecb/aggregate/2', 'ecb/aggregate/3');
     testFailed = false;
 catch
     testFailed = true;
-- 
GitLab