Code review comment for lp:~nicolas-doffay/ubuntu-ui-toolkit/selector-api-break-fix

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

The error currently seems to be:

./tests/autopilot/ubuntuuitoolkit/tests/gallery/test_optionselector.py:51:80: E501 line too long (80 > 79 characters)
        self.assertThat(styleditem.currentlyExpanded, Eventually(Equals(False)))
                                                                               ^
./debian/ubuntu-ui-toolkit-autopilot/usr/lib/python2.7/dist-packages/ubuntuuitoolkit/tests/gallery/test_optionselector.py:51:80: E501 line too long (80 > 79 characters)
        self.assertThat(styleditem.currentlyExpanded, Eventually(Equals(False)))
                                                                               ^
./debian/tmp/usr/lib/python2.7/dist-packages/ubuntuuitoolkit/tests/gallery/test_optionselector.py:51:80: E501 line too long (80 > 79 characters)
        self.assertThat(styleditem.currentlyExpanded, Eventually(Equals(False)))

review: Needs Fixing

« Back to merge proposal