Skip to content

Commit

Permalink
trying to debug failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jan 6, 2024
1 parent c647ad3 commit e2b96ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_bee_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def test_delete_tags(bee_class):

bee_class.delete_tag(created_tag)

print("--->", original_tags)

try:
assert created_tag.uid != original_tags[0].uid
Expand Down

0 comments on commit e2b96ea

Please sign in to comment.