Skip to content

Commit

Permalink
test: fix test_early_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Apr 13, 2022
1 parent bb36100 commit d1a7b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_early_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def test_early_init(self):
"constraints": {"readOnly": True},
"db_field_types": {
"": "TIMESTAMP",
"mssql": "DATETIME",
"mysql": "DATETIME(6)",
"postgres": "TIMESTAMPTZ",
},
Expand Down Expand Up @@ -257,6 +258,7 @@ def test_early_init(self):
"db_column": "created_at",
"db_field_types": {
"": "TIMESTAMP",
"mssql": "DATETIME",
"mysql": "DATETIME(6)",
"postgres": "TIMESTAMPTZ",
},
Expand Down

0 comments on commit d1a7b60

Please sign in to comment.