Skip to content

Commit

Permalink
Update test_assertions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 18, 2023
1 parent 74bf7a1 commit 4cdf179
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/test_assertions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import lea
import pytest
from __future__ import annotations

import pandas as pd
import pytest

import lea


@pytest.fixture
Expand Down Expand Up @@ -157,7 +160,7 @@ def log(self, msg):
def test_duckdb_assertions(test_data, query, ok, client):
view = lea.views.GenericSQLView(
schema="tests",
name=f"test_assertion",
name="test_assertion",
query=query,
sqlglot_dialect=client.sqlglot_dialect,
)
Expand Down

0 comments on commit 4cdf179

Please sign in to comment.