Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Oct 8, 2024
1 parent 7d8532c commit 4cfe204
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_quickbooks_online/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,6 @@ def test_skip_sync_attributes(mocker, db):
return_value=201
)


today = datetime.today()
Workspace.objects.filter(id=1).update(created_at=today)
qbo_credentials = QBOCredential.get_active_qbo_credentials(1)
Expand Down Expand Up @@ -1127,4 +1126,3 @@ def test_skip_sync_attributes(mocker, db):

new_project_count = DestinationAttribute.objects.filter(workspace_id=1, attribute_type='TAX_CODE').count()
assert new_project_count == 0

0 comments on commit 4cfe204

Please sign in to comment.