| Index: Tools/GardeningServer/ui/test/ct-commit-list-tests.html
|
| diff --git a/Tools/GardeningServer/ui/test/ct-commit-list-tests.html b/Tools/GardeningServer/ui/test/ct-commit-list-tests.html
|
| index 83f85ff1521bf80b56df3747453bb6396731da13..02495824fe7286e60c4faca9f0742bab7e92e1b2 100644
|
| --- a/Tools/GardeningServer/ui/test/ct-commit-list-tests.html
|
| +++ b/Tools/GardeningServer/ui/test/ct-commit-list-tests.html
|
| @@ -39,7 +39,7 @@ describe('ct-commit-list', function() {
|
| });
|
|
|
| it('should show commit when expanded', function() {
|
| - assert.lengthOf(list.shadowRoot.querySelectorAll('ct-commit'), 1);
|
| + assert.lengthOf(list.shadowRoot.querySelectorAll('ct-commit'), 2);
|
| });
|
| });
|
| });
|
|
|