From 1160593439a62a164b76df7d23c5fe3f69b07b32 Mon Sep 17 00:00:00 2001 From: luckyrat Date: Thu, 15 Feb 2024 11:07:19 +0000 Subject: [PATCH] Fix a test name --- test/kdbx_import_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kdbx_import_test.dart b/test/kdbx_import_test.dart index 188f5c7..09a2dc8 100644 --- a/test/kdbx_import_test.dart +++ b/test/kdbx_import_test.dart @@ -55,7 +55,7 @@ void main() { }), ); test( - 'Simple import v4.1 with Argon2id', + 'Simple import v4 with Argon2id', () async => await withClock(fakeClock, () async { final file = await TestUtil.createSimpleFile(proceedSeconds); final file2 = await TestUtil.createSimpleFileV4Argon2Id(proceedSeconds);