From 2316b77c9e409b55724ee888a3d4f0be13f6c774 Mon Sep 17 00:00:00 2001 From: Oliver Rahner Date: Thu, 21 Jul 2022 16:02:26 +0200 Subject: [PATCH] Fix test --- tests/operations/tests/Protobuf.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/Protobuf.mjs b/tests/operations/tests/Protobuf.mjs index fd3c36e7..3ac20518 100644 --- a/tests/operations/tests/Protobuf.mjs +++ b/tests/operations/tests/Protobuf.mjs @@ -327,7 +327,7 @@ TestRegister.addTests([ }, { "op": "Protobuf Stream Decode", - "args": ["", false, false] + "args": [false] } ] },