Skip to content

Commit

Permalink
Update tests/integration/adapters/test_redis_mongo.py
Browse files Browse the repository at this point in the history
Co-authored-by: Angelo Probst <[email protected]>
  • Loading branch information
eddiebrissow and angeloprobst authored Oct 31, 2024
1 parent dc65d3c commit c72b47f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/adapters/test_redis_mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,6 @@ def test_add_fields_to_atoms(self, _cleanup, _db: RedisMongoDB):
"node", [({"type": "A", "name": "type_a", "custom_attributes": {"status": "ready"}})]
)
def test_get_atoms_by_index_custom_att(self, node, _cleanup, _db: RedisMongoDB):
# node = NodeT(**node)
node = _db.add_node(NodeT(**node))
_db.commit()
result = _db.create_field_index("node", fields=["custom_attributes.status"])
Expand Down

0 comments on commit c72b47f

Please sign in to comment.