Skip to content

Commit

Permalink
Update and modify files for the project
Browse files Browse the repository at this point in the history
- Updated files:
  - .github/workflows/tests.yml
  - tests/integration/test_bee_integration.py
  • Loading branch information
Aviksaikat committed Jan 6, 2024
1 parent 578fd06 commit b608d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run Tests
run: pdm run pytest --cache-clear -rb
run: pdm run pytest --cache-clear

# Don't need fuzzing I guess
# fuzzing:
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/test_bee_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def test_delete_tags(bee_class):

bee_class.delete_tag(created_tag)

print("--->", original_tags)

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

0 comments on commit b608d12

Please sign in to comment.