Skip to content

Commit 6891a1f

Browse files
committed
Added newline at the end of file
1 parent c1df271 commit 6891a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def dbt_profile_target():
4343

4444
@pytest.fixture(scope="class")
4545
def unique_schema(request, prefix) -> str:
46-
return os.getenv('DBT_ORACLE_SCHEMA')
46+
return os.getenv('DBT_ORACLE_SCHEMA')

0 commit comments

Comments
 (0)