Skip to content

Commit 996375c

Browse files
Lint
1 parent 2685cde commit 996375c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/database/test/transaction.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
import firebase from '@firebase/app';
19+
import { Deferred } from '@firebase/util';
1920
import { expect } from 'chai';
2021

2122
import { Reference } from '../src/api/Reference';
@@ -34,7 +35,6 @@ import {
3435
} from './helpers/util';
3536

3637
import '../index';
37-
import { Deferred } from '@firebase/util';
3838

3939
describe('Transaction Tests', () => {
4040
// Tests that use hijackHash() should set restoreHash to the restore function
@@ -554,7 +554,7 @@ describe('Transaction Tests', () => {
554554

555555
it('Update should not cancel unrelated transactions', async () => {
556556
const node = getRandomNode() as Reference;
557-
let fooTransactionDone = false;
557+
const fooTransactionDone = false;
558558
let barTransactionDone = false;
559559
restoreHash = hijackHash(() => {
560560
return 'foobar';

0 commit comments

Comments
 (0)