From 2b5d60bf3557ee54aa10c8f755edaccf8125eef4 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Tue, 30 Jul 2019 09:54:42 +0200
Subject: [PATCH] [test][prefix] Update loop types

---
 beat/core/test/prefix/algorithms/user/block_input_loop/1.json | 2 +-
 beat/core/test/prefix/algorithms/user/db_input_loop/1.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/beat/core/test/prefix/algorithms/user/block_input_loop/1.json b/beat/core/test/prefix/algorithms/user/block_input_loop/1.json
index 4d0953e8..1bac6f3e 100644
--- a/beat/core/test/prefix/algorithms/user/block_input_loop/1.json
+++ b/beat/core/test/prefix/algorithms/user/block_input_loop/1.json
@@ -2,7 +2,7 @@
     "schema_version": 3,
     "language": "python",
     "api_version": 2,
-    "type": "loop",
+    "type": "autonomous_loop",
     "groups": [
         {
             "inputs": {
diff --git a/beat/core/test/prefix/algorithms/user/db_input_loop/1.json b/beat/core/test/prefix/algorithms/user/db_input_loop/1.json
index 4d0953e8..1bac6f3e 100644
--- a/beat/core/test/prefix/algorithms/user/db_input_loop/1.json
+++ b/beat/core/test/prefix/algorithms/user/db_input_loop/1.json
@@ -2,7 +2,7 @@
     "schema_version": 3,
     "language": "python",
     "api_version": 2,
-    "type": "loop",
+    "type": "autonomous_loop",
     "groups": [
         {
             "inputs": {
-- 
GitLab