From a41cf2140c2c1381e9311dbcedc8bc6a6d5f6d50 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 2 Feb 2024 11:42:18 +0100 Subject: [PATCH] lint fix --- test/app-tests/loading-test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app-tests/loading-test.tsx b/test/app-tests/loading-test.tsx index ba58f657a4..2eee6a251c 100644 --- a/test/app-tests/loading-test.tsx +++ b/test/app-tests/loading-test.tsx @@ -130,7 +130,7 @@ describe("loading:", function () { home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==", }, features: { - "feature_rust_crypto": false, + feature_rust_crypto: false, }, ...(opts.config ?? {}), } as IConfigOptions;