Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 2, 2023
1 parent 3399ca1 commit bb50ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content_migration/management/test_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ def test_create_media_block_from_file_bytes(self) -> None:

class GetImageAlignFromStyleSimpleTestCase(SimpleTestCase):
def test_get_image_align_from_style(self) -> None:
# create a media file from a file in the test data directory
style = "float: left; margin-right: 10px; margin-bottom: 10px;"
image_align = get_image_align_from_style(style)

Expand Down

0 comments on commit bb50ffe

Please sign in to comment.