Skip to content

Commit

Permalink
Fixed failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri committed Nov 25, 2024
1 parent efef4d6 commit 577a45f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def test_createMapping(self, testMapping):
]
assert recordMapping['title'] == ('Title', '{0}')

def test_apply_formatting_standard(self, testMapping, testRecordStandard):
def test_applyFormatting_standard(self, testMapping, testRecordStandard):
testMapping.record = testRecordStandard

testMapping.apply_formatting()
testMapping.applyFormatting()

assert testMapping.record.has_part == []
assert testMapping.record.source == 'UofM'
Expand Down

0 comments on commit 577a45f

Please sign in to comment.