Skip to content

Commit

Permalink
lint jira test
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Feb 12, 2024
1 parent 69982c8 commit a705101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/jira/test_jira_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def test_load_query_issues(destination_name: str) -> None:
# tables are typed dicts
users_table = data_tables[0]
assert users_table["name"] == "issues"
assert load_table_counts(pipeline, "issues") == {"issues": 11} # values are changing (decrease)
assert load_table_counts(pipeline, "issues") == {
"issues": 11
} # values are changing (decrease)
# distinct. actually, we have only 10 unique issues in the project
assert load_table_distinct_counts(pipeline, "id", "issues") == {"issues": 10}

0 comments on commit a705101

Please sign in to comment.