Skip to content

Commit 22d8779

Browse files
committed
Failing test
1 parent 6975654 commit 22d8779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_sql_logic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def test_active_patients_date(db_connection, expected_results):
4848
run_query_test(db_connection, expected_results, "active_patients_date", "active_patients_date.sql")
4949

5050
# Test that will fail
51-
# def test_failing_active_patients_date(db_connection, expected_results):
52-
# run_query_test(db_connection, expected_results, "active_patients_study_1368_0004", "failing_query_active_patients_date.sql")
51+
def test_failing_active_patients_date(db_connection, expected_results):
52+
run_query_test(db_connection, expected_results, "active_patients_study_1368_0004", "failing_query_active_patients_date.sql")
5353

5454

5555

0 commit comments

Comments
 (0)