Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Sep 6, 2024
1 parent a88f417 commit 1e4be33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cueadmin/tests/output_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ def testDisplaySubscriptions(self, getStubMock):
self.assertEqual(
'Subscriptions for showName\n'
'Allocation Show Size Burst Run Used\n'
'local.general showName 1000 1500 500.00 50.00%\n'
'cloud.desktop showName 0 1500 50.00 5000.00%\n',
'local.general showName 10.0 15.0 5.00 50.00%\n'
'cloud.desktop showName 0 15.0 0.50 0.50%\n',
out.getvalue())

def testDisplayJobs(self, getStubMock):
Expand Down

0 comments on commit 1e4be33

Please sign in to comment.