Mir

Code review comment for lp:~albaguirre/mir/add-menu-api

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

358 + ASSERT_TRUE(spec != nullptr);

Could be ASSERT_THAT(spec, NotNull());

review: Approve

« Back to merge proposal