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

Commit 4adf41e

Browse files
committed
fix typo in test name
1 parent 550d4aa commit 4adf41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/utils.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('$firebaseUtils', function () {
111111
});
112112

113113
describe('#scopeData',function(){
114-
it('$value, $priority, and $value are only private properties that get copied',function(){
114+
it('$id, $priority, and $value are only private properties that get copied',function(){
115115
var data = {$id:'foo',$priority:'bar',$value:null,$private1:'baz',$private2:'foo'};
116116
expect($utils.scopeData(data)).toEqual({$id:'foo',$priority:'bar',$value:null});
117117
});

0 commit comments

Comments
 (0)