File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
import firebase from '@firebase/app' ;
19
+ import { Deferred } from '@firebase/util' ;
19
20
import { expect } from 'chai' ;
20
21
21
22
import { Reference } from '../src/api/Reference' ;
@@ -34,7 +35,6 @@ import {
34
35
} from './helpers/util' ;
35
36
36
37
import '../index' ;
37
- import { Deferred } from '@firebase/util' ;
38
38
39
39
describe ( 'Transaction Tests' , ( ) => {
40
40
// Tests that use hijackHash() should set restoreHash to the restore function
@@ -554,7 +554,7 @@ describe('Transaction Tests', () => {
554
554
555
555
it ( 'Update should not cancel unrelated transactions' , async ( ) => {
556
556
const node = getRandomNode ( ) as Reference ;
557
- let fooTransactionDone = false ;
557
+ const fooTransactionDone = false ;
558
558
let barTransactionDone = false ;
559
559
restoreHash = hijackHash ( ( ) => {
560
560
return 'foobar' ;
You can’t perform that action at this time.
0 commit comments