Skip to content

Commit

Permalink
style: Nits on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 29, 2024
1 parent bf15d9b commit 53c60eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def test_revert_on_collection(self):
collection_usage_key = library_api.get_library_collection_usage_key(library_key, collection_key)
collection = library_api.get_library_collection_from_usage_key(collection_usage_key)

# The collection must have one entity
# The collection must have one entity
assert collection.entities.count() == 1

# Revert library to published version
Expand All @@ -408,7 +408,6 @@ def test_revert_on_collection(self):
collection = library_api.get_library_collection_from_usage_key(collection_usage_key)
assert collection.entities.count() == 0


def test_library_blocks_studio_view(self):
"""
Test the happy path of working with an HTML XBlock in a the studio_view of a content library.
Expand Down

0 comments on commit 53c60eb

Please sign in to comment.