Code review comment for lp:~elopio/ubuntu-rssreader-app/autopilot-1.4

Revision history for this message
Chris Gagnon (chris.gagnon) wrote :

161 + self.assertThat(
162 + self.main_view.get_feedlist_topic(topicName), Not(Is(None)))

This will never return none, a dbus.StateNotFound error will be raised first.

review: Needs Fixing

« Back to merge proposal