Improved code style

This commit is contained in:
Ken Tsang
2017-08-22 16:26:07 +01:00
parent 4fb5e68ce7
commit 665420402e

View File

@@ -64,7 +64,8 @@ def test_queue_names_all_queues_correct():
# Need to ensure that all_queues() only returns queue names used in API # Need to ensure that all_queues() only returns queue names used in API
queues = QueueNames.all_queues() queues = QueueNames.all_queues()
assert len(queues) == 10 assert len(queues) == 10
assert set([QueueNames.PRIORITY, assert set([
QueueNames.PRIORITY,
QueueNames.PERIODIC, QueueNames.PERIODIC,
QueueNames.DATABASE, QueueNames.DATABASE,
QueueNames.SEND_SMS, QueueNames.SEND_SMS,