]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix some assertEqual argument orders
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 16 Jan 2015 00:31:17 +0000 (09:31 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 16 Jan 2015 00:39:54 +0000 (09:39 +0900)
commitf591042d2cfc2a546cad2bbcb7553a29753b1f23
treeb524d8812487778e36d74598a0a3af8de545ea4c
parent4facef4d000e358672dbd504a6b105d33ad73941
Fix some assertEqual argument orders

Perform assertEqual(expected, observed) police
in neutron.tests.unit.test_attributes.

This is a preparation to introduce more assertions there
in a later patch.

Change-Id: I87d7e356798b108952535b351e30c2f2cf01f98d
neutron/tests/unit/test_attributes.py