Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 24, 2024
1 parent f2e6aaf commit bc86022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_db_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@ def test_output_tracker_columns_remain_same_for_scored_and_unscored_reports(seed
}
},
)
with_scores_cols = list(with_scores['en_list'][0].keys())[:-5]
no_scores_cols = list(no_scores['en_list'][0].keys())
assert with_scores_cols == no_scores_cols

with_scores_cols = list(with_scores["en_list"][0].keys())[:-5]
no_scores_cols = list(no_scores["en_list"][0].keys())
assert with_scores_cols == no_scores_cols


@pytest.mark.apps_to_insert([test_input_data[4]]) # taken from assessment store for cof r4w1
Expand Down

0 comments on commit bc86022

Please sign in to comment.