From 1c5ef463d6854b9aa9f3cf4cf8582574ea25d23b Mon Sep 17 00:00:00 2001 From: Denis Zakharov Date: Fri, 20 Mar 2020 21:38:18 +0300 Subject: [PATCH] Update logging (#164) --- tests/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.js b/tests/tests.js index eea800e1..81ea54ac 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -100,7 +100,7 @@ exports.defineManualTests = function (contentEl, createActionButton) { } function doColor4() { - log('set style=dark'); + log('set style=darkcontent'); StatusBar.styleDarkContent(); }