Skip to content

Commit bc787e4

Browse files
author
Fernando Ojeda
committed
Fix tox analysis 122 > 120 characters.
1 parent f87671b commit bc787e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/managers/ordering_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ def test_get_price_id_list_gpu_items_with_two_categories(self):
357357

358358
prices = self.ordering.get_price_id_list('PACKAGE_KEYNAME', ['ITEM1', 'ITEM1'], "8")
359359

360-
list_mock.assert_called_once_with('PACKAGE_KEYNAME', mask='id, description, capacity, itemCategory, keyName, '
361-
'prices[categories]')
360+
list_mock.assert_called_once_with('PACKAGE_KEYNAME', mask='id, description, capacity, itemCategory, '
361+
'keyName, ' 'prices[categories]')
362362
self.assertEqual([price2['id'], price1['id']], prices)
363363

364364
def test_generate_no_complex_type(self):

0 commit comments

Comments
 (0)