Skip to content

Commit 516aaf2

Browse files
Ramkishor ChaladiRamkishor Chaladi
Ramkishor Chaladi
authored and
Ramkishor Chaladi
committed
added new line at the end of the file and removed blank lines
1 parent 0721453 commit 516aaf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/CLI/modules/account_tests.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,18 @@ def test_account_events(self):
185185
result = self.run_command(['account', 'events', '--date-min', '5/9/2023'])
186186
self.assert_no_fail(result)
187187
self.assert_called_with(self.SLNOE, 'getAllObjects')
188-
188+
189189
def test_account_planned_events(self):
190190
result = self.run_command(['account', 'events', '--planned'])
191191
self.assert_no_fail(result)
192192
self.assert_called_with(self.SLNOE, 'getAllObjects')
193-
193+
194194
def test_account_unplanned_events(self):
195195
result = self.run_command(['account', 'events', '--unplanned'])
196196
self.assert_no_fail(result)
197197
self.assert_called_with(self.SLNOE, 'getAllObjects')
198-
198+
199199
def test_account_announcement_events(self):
200200
result = self.run_command(['account', 'events', '--announcement'])
201201
self.assert_no_fail(result)
202-
self.assert_called_with(self.SLNOE, 'getAllObjects')
202+
self.assert_called_with(self.SLNOE, 'getAllObjects')

0 commit comments

Comments
 (0)