Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 06608d6

Browse files
committed
Complete remove test
1 parent 9a41c4b commit 06608d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/firebase.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ describe('$firebase', function () {
317317
try {$timeout.flush();} catch(e){} //this may actually throw an error
318318
expect(resolved).toBe(false);
319319
flushAll(ref);
320+
flushAll(ref);
321+
expect(resolved).toBe(true);
320322
});
321323
});
322324

0 commit comments

Comments
 (0)