Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Dec 19, 2023
1 parent 3f30b8b commit 3adf4bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/database.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'fake-indexeddb/auto';
import { FDBFactory } from 'fake-indexeddb';
import { PromoWallet } from '../../scripts/promos.js';
import { it, describe, vi, expect } from 'vitest';
import { Database } from '../../scripts/database.js';
Expand Down Expand Up @@ -56,7 +55,7 @@ describe('database tests', () => {
'prop2',
]);

// Unles `allowDeletion` is set to true
// Unless `allowDeletion` is set to true
await db.updateAccount(
new Account({
encWif: 'newWIF2!',
Expand Down

0 comments on commit 3adf4bf

Please sign in to comment.