Skip to content

Commit

Permalink
fix: test method name typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Oct 21, 2024
1 parent e747b90 commit ccf7d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_extract_multiple_data_with_from_date(self):

self.assertEqual(data, [])

def test_exract_single_banned_user(self):
def test_extract_single_banned_user(self):
with self.extractor._connection.neo4j_driver.session() as session:
session.run(
"""
Expand Down

0 comments on commit ccf7d08

Please sign in to comment.