Skip to content

Commit 4587fd7

Browse files
committed
fix: build
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 32fe5fb commit 4587fd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Controller from '../lib/Controller'
1212
import FakeAdapter from '../lib/adapters/Fake'
1313
import BrowserTree from '../lib/browser/BrowserTree'
1414
import { AdditionFailsafeError, DeletionFailsafeError } from '../errors/Error'
15-
import SyncProcess from '../lib/strategies/Default'
1615

1716
chai.use(chaiAsPromised)
1817
const expect = chai.expect
@@ -6123,7 +6122,6 @@ describe('Floccus', function() {
61236122
!ACCOUNT_DATA.noCache,
61246123
)
61256124

6126-
61276125
// Move one tab out of the group
61286126
await browser.tabs.ungroup([tab1.id])
61296127
await awaitTabsUpdated()

0 commit comments

Comments
 (0)