From cfb84af189919a727fa6d70e6ee566131fdc1cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Tro=C3=ABng?= Date: Wed, 29 Nov 2023 15:04:20 +0100 Subject: [PATCH] small comment --- integration_test/piv_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test/piv_test.dart b/integration_test/piv_test.dart index eb0a180e..12b0c4a3 100644 --- a/integration_test/piv_test.dart +++ b/integration_test/piv_test.dart @@ -33,8 +33,8 @@ void main() { const factoryPin = '123456'; const factoryPuk = '12345678'; // TODO: use or remove factoryManagementKey - const factoryManagemenKey = - '010203040506070801020304050607080102030405060708'; + // const factoryManagemenKey = + // '010203040506070801020304050607080102030405060708'; appTest('Reset PIV (settings-init)', (WidgetTester tester) async { await tester.resetPiv(); await tester.shortWait();