Skip to content

Commit

Permalink
NPI-3685 revert filename discrepancy check function to previous name,…
Browse files Browse the repository at this point in the history
… as updated name was a bit misleading
  • Loading branch information
treefern committed Jan 13, 2025
1 parent 1d741d4 commit 13e25c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_determine_file_name(self):
self.assertEqual(derived_filename_noncompliant_input, expected_filename_noncompliant_input)
self.assertEqual(derived_filename_compliant_input, expected_filename_compliant_input)

def test_check_filename_discrepancies(self):
def test_check_discrepancies(self):
"""
Test of the filename vs contents discrepancy checker
"""
Expand Down

0 comments on commit 13e25c1

Please sign in to comment.