Code review comment for lp:~carla-sella/ubuntu-rssreader-app/view-feeds-test

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

One other thing, the proper syntax for a lambda function within an assert is;

self.assertThat(lambda: checkboxBtn, Eventually(NotEquals(None)))

In some cases there were a few that looked like this:

lambda: self.assertThat(checkboxBtn, Eventually(NotEquals(None)))

« Back to merge proposal