Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 13, 2019
1 parent 4d4e6c5 commit ec61f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/backends/tests/cmdline/commands/test_process.py
Expand Up @@ -173,7 +173,7 @@ def test_list(self):
self.assertIsNone(result.exception, result.output)
self.assertEqual(len(get_result_lines(result)), 6)

# Ordering shouldn't change the number of results
# Ordering shouldn't change the number of results,
for flag in ['-O', '--order-by']:
for flag_value in ['id', 'ctime']:
result = self.cli_runner.invoke(cmd_process.process_list, ['-r', flag, flag_value])
Expand Down

0 comments on commit ec61f6a

Please sign in to comment.