From 2703f8b669c65cd76fc77a3afbe4f05d8b3e71c6 Mon Sep 17 00:00:00 2001 From: Mo Date: Sun, 7 May 2023 21:32:33 -0500 Subject: [PATCH] chore: fix test --- packages/snjs/mocha/migrations/migration.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/snjs/mocha/migrations/migration.test.js b/packages/snjs/mocha/migrations/migration.test.js index abe4ca7ce..d1ce10813 100644 --- a/packages/snjs/mocha/migrations/migration.test.js +++ b/packages/snjs/mocha/migrations/migration.test.js @@ -3,7 +3,7 @@ chai.use(chaiAsPromised) const expect = chai.expect describe('migrations', () => { - const allMigrations = ['2.0.15', '2.7.0', '2.20.0', '2.36.0', '2.42.0', '2.167.6'] + const allMigrations = ['2.0.15', '2.7.0', '2.20.0', '2.36.0', '2.42.0', '2.167.6', '2.168.6'] beforeEach(async () => { localStorage.clear()