Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 1eb6d2a

Browse files
committed
test(watch group): Rename a test to better reflect what is tested
The code was changed in 3de00bd but the test title was not updated
1 parent 30cea03 commit 1eb6d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/change_detection/watch_group_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void main() {
262262
expect(logger).toEqual(['hello', 'hello2', 'bye']);
263263
});
264264

265-
it('should reuse handlers', () {
265+
it('should not reuse handlers', () {
266266
var user1 = {'first': 'misko', 'last': 'hevery'};
267267
var user2 = {'first': 'misko', 'last': 'Hevery'};
268268

0 commit comments

Comments
 (0)