Skip to content

Commit

Permalink
feat(db_engine_specs): denodo: reformatted test_denodo.py to avoid ru…
Browse files Browse the repository at this point in the history
…ff reformatting the file
  • Loading branch information
denodo-research-labs committed Oct 24, 2024
1 parent bb5e6fc commit 267dbfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit_tests/db_engine_specs/test_denodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def test_epoch_to_dttm(
dttm: datetime, # noqa: F811
) -> None:
assert isinstance(dttm, datetime)
assert spec.epoch_to_dttm().format(col="epoch_dttm") == "GETTIMEFROMMILLIS(epoch_dttm)"
assert (
spec.epoch_to_dttm().format(col="epoch_dttm") == "GETTIMEFROMMILLIS(epoch_dttm)"
)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 267dbfd

Please sign in to comment.