Update notes for submitted changes

* Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
This commit is contained in:
Gerrit Code Review 2018-05-09 18:51:34 +00:00
parent 4692c423ca
commit 33a7d2a30f

View File

@ -0,0 +1,9 @@
Code-Review+1: Akhil jain <akhil.jain@india.nec.com>
Code-Review+2: Eric Kao <ekcs.openstack@gmail.com>
Workflow+1: Eric Kao <ekcs.openstack@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Wed, 09 May 2018 18:51:34 +0000
Reviewed-on: https://review.openstack.org/565013
Project: openstack/congress
Branch: refs/heads/master