Skip to content

Commit

Permalink
Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernatsort committed Jul 18, 2024
1 parent 6975654 commit 22d8779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_sql_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def test_active_patients_date(db_connection, expected_results):
run_query_test(db_connection, expected_results, "active_patients_date", "active_patients_date.sql")

# Test that will fail
# def test_failing_active_patients_date(db_connection, expected_results):
# run_query_test(db_connection, expected_results, "active_patients_study_1368_0004", "failing_query_active_patients_date.sql")
def test_failing_active_patients_date(db_connection, expected_results):
run_query_test(db_connection, expected_results, "active_patients_study_1368_0004", "failing_query_active_patients_date.sql")



Expand Down

0 comments on commit 22d8779

Please sign in to comment.