Skip to content

Commit

Permalink
correct minor refactoring error on balance unit test rockstor#1627
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed Jan 24, 2017
1 parent 137724d commit 79dd64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rockstor/fs/tests/test_btrfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_balance_status_cancel_requested(self):
pool = Pool(raid='raid0', name='test-pool')
# run_command moc return values.
out = ["Balance on '/mnt2/rock-pool' is running, cancel requested",
('15 out of about 114 chunks balanced (16 considered),'
('15 out of about 114 chunks balanced (16 considered), '
'87% left'),
'']
err = ['']
Expand Down

0 comments on commit 79dd64f

Please sign in to comment.