Skip to content

Commit

Permalink
updated mini alignment test for new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed May 14, 2024
1 parent 9e165d6 commit fc9d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/miniAlignmentsTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def testDrawMiniAlignmentMarkUp(self):
with mock.patch.object(logger, 'debug') as mock_debug:
miniAlignments.drawMiniAlignment(self.alignment, self.names,
logger, self.dest,
'nt', 300, None, 5, 3,
'nt', 'standard', 300, None, 5, 3,
True, markup_dict, False)

mini_alignment = image.imread(self.dest).round(3)
Expand Down

0 comments on commit fc9d6ea

Please sign in to comment.