~allenap/maas/database-locks-rererevisited

« back to all changes in this revision

Viewing changes to src/maasserver/websockets/handlers/tests/test_device.py

Merged database-locks-rerevisited into database-locks-rererevisited.

Show diffs side-by-side

added added

removed removed

Lines of Context:
207
207
        # and slowing down the client waiting for the response.
208
208
        self.assertEquals(
209
209
            query_10_count, 8,
210
 
            "Number of queries has changed, make sure this is expected.")
 
210
            "Number of queries has changed; make sure this is expected.")
211
211
        self.assertEquals(
212
212
            query_10_count, query_20_count,
213
213
            "Number of queries is not independent to the number of nodes.")