Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e21d83c

Browse files
committed
fix(*): solve function nit.
1 parent 1aec96c commit e21d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/filter/orderBySpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('Filter: orderBy', function() {
9191
.toEqualData([{"원": 31000}, {"원": 76000}, {"원": 156000}]);
9292
});
9393

94-
it('should maintain order in an array of objects when no predicate is provided', function () {
94+
it('should maintain order in an array of objects when no predicate is provided', function() {
9595
var array = [{a: 1}, {b: 2}, {c: 3}];
9696

9797
expect(orderBy(array)).toEqualData(array);

0 commit comments

Comments
 (0)