Skip to content

Commit

Permalink
[apel#238] Rename method name in test loader
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sae126V” authored and tofu-rocketry committed Sep 17, 2024
1 parent d59807a commit e7fd983
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ def test_load_all_single_record(self):
mock_log.assert_has_calls(
[call('Message contains 1 %s record', 'Summary')])

def test_load_all_other_type(self):
"""Check that load_records is called and message is logged correctly when type is other"""
def test_load_all_storage_type(self):
"""Check that load_records is called and message is logged
correctly when record type is storage"""
logger = logging.getLogger('loader')
pidfile = os.path.join(self.dir_path, 'pidfile')

Expand Down

0 comments on commit e7fd983

Please sign in to comment.