Skip to content

Commit

Permalink
test: update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithpal-Sooriya committed Jul 22, 2024
1 parent 4c332fd commit c3d453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/migrations/120.1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('migration #120.1', () => {
});
});

it('does nothing if user storage is not initialized', async () => {
it('initializes a default user storage state if it did not exist before', async () => {
const oldStorage = {
meta: { version: oldVersion },
data: {
Expand Down

0 comments on commit c3d453f

Please sign in to comment.