Skip to content

Commit d5cad52

Browse files
committed
typo
1 parent 4af1d2a commit d5cad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/firebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ describe('MockFirebase', function () {
546546
expect(ref.getData().some).to.eql({prop: 12});
547547
});
548548

549-
it('does override its paths with data', function () {
549+
it('overrides the paths with existing data', function () {
550550
ref.child('some').child('prop').set({foo: 1});
551551
ref.flush();
552552

0 commit comments

Comments
 (0)