Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocapozzoli committed Apr 22, 2024
1 parent 2bbef02 commit a6ace9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/adapters/test_redis_mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ def test_retrieve_all_atoms(self, _cleanup):
assert len(response) == len(links) + len(nodes)
_db_down()

def test_add_node_add_link(self, _cleanup):
def test_add_fields_to_atoms(self, _cleanup):
_db_up(Database.REDIS, Database.MONGO)
db = self._connect_db()
self._add_atoms(db)
Expand Down

0 comments on commit a6ace9f

Please sign in to comment.