Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 8, 2021
1 parent 57773ef commit 83df757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db_engine_specs/elasticsearch_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_opendistro_convert_dttm(self):

self.assertEqual(
OpenDistroEngineSpec.convert_dttm("DATETIME", dttm),
"CAST('2019-01-02T03:04:05' AS DATETIME)",
"'2019-01-02T03:04:05'",
)

def test_opendistro_sqla_column_label(self):
Expand Down

0 comments on commit 83df757

Please sign in to comment.