Skip to content

Commit

Permalink
test_bluesky: fix overridden test name
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Apr 26, 2024
1 parent ca85ddd commit 9e946ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion granary/tests/test_bluesky.py
Expand Up @@ -1442,7 +1442,7 @@ def test_to_as1_facet_bad_index_inside_unicode_code_point(self):
}],
}))

def test_from_as1_block(self):
def test_to_as1_block(self):
self.assert_equals({
'objectType': 'activity',
'verb': 'block',
Expand Down

0 comments on commit 9e946ee

Please sign in to comment.