Skip to content

Commit 7418d22

Browse files
author
Michael Myaskovsky
committed
fix pr
1 parent 80f9ea6 commit 7418d22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

integration_tests/deprecated_tests/macros/e2e_tests/clear_tests.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{% macro clear_tests() %}
22
{% if execute %}
3-
4-
{% set database_name = elementary.target_database() %}
5-
{% set schema_name = target.schema %}
6-
{% do elementary_integration_tests.edr_drop_schema(database_name, schema_name) %}
3+
{% do elementary_integration_tests.edr_drop_schema(elementary.target_database(), target.schema) %}
74

85
{% set database_name, schema_name = elementary.get_package_database_and_schema('elementary') %}
96
{% do elementary_integration_tests.edr_drop_schema(database_name, schema_name) %}

0 commit comments

Comments
 (0)