From 194fbef17a0c619633166f41af58e1f1598a1bc0 Mon Sep 17 00:00:00 2001 From: Vladyslav Karpenko Date: Mon, 18 Dec 2023 15:15:41 +0200 Subject: [PATCH] fix: Enable api test cases that were omitted Closes: https://github.com/metarhia/Example/issues/263 --- application/domain/tests/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/domain/tests/api.js b/application/domain/tests/api.js index b82015ce..82880ad2 100644 --- a/application/domain/tests/api.js +++ b/application/domain/tests/api.js @@ -1,6 +1,6 @@ ({ async cases(t, metacom) { - if (t) return; + if (!t) return; const res = await metacom.api.auth.signin({ login: 'marcus', password: 'marcus',