Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtini committed Sep 2, 2024
1 parent faea92a commit c08f6a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def test_find_issue_fields_limiting(self):

def test_find_issue_fields_translating(self):
issues = self.jira.search_issues(f"key={self.issue}", fields="due")
issues = cast(ResultList[Issue], issues)
issue = issues[0]
self.assertTrue(hasattr(issue.fields, "due"))
self.assertTrue(hasattr(issue.fields, "duedate"))
Expand Down

0 comments on commit c08f6a4

Please sign in to comment.