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

Commit bfe8af0

Browse files
committed
Make test description clearer.
1 parent dca42a4 commit bfe8af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/testabilitySpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('$$testability', function() {
188188
});
189189

190190
describe('waiting for stability', function() {
191-
it('should process callbacks immediately with no outstanding requests',
191+
it('should process callbacks without waiting if there are no outstanding requests',
192192
inject(function($$testability, $timeout) {
193193
var callback = jasmine.createSpy('callback');
194194
runs(function() {

0 commit comments

Comments
 (0)