Skip to content

Commit

Permalink
Fix a test name
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Feb 15, 2024
1 parent ae7f17b commit 1160593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kdbx_import_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1160593

Please sign in to comment.