We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3639ff0 commit e841c2bCopy full SHA for e841c2b
src/internet_identity/src/migrations/sync_anchor_indices.rs
@@ -467,7 +467,10 @@ mod sync_anchor_indices_tests {
467
.get(&pubkey_hash_10),
468
None
469
);
470
- assert_eq!(storage.lookup_anchor_with_passkey_pubkey_hash_memory.len(), 0);
+ assert_eq!(
471
+ storage.lookup_anchor_with_passkey_pubkey_hash_memory.len(),
472
+ 0
473
+ );
474
475
// Run the migration. The bug was that with the old read+write approach, the migration
476
// would see previous == current (both from stable_anchor_memory) and produce an empty
0 commit comments