Skip to content

Commit e3e7124

Browse files
committed
Merge pull request pymssql#405 from epa/master
Message fix.
2 parents 97129df + c1835c8 commit e3e7124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_date(self):
175175

176176
def test_time(self):
177177
if get_sql_server_version(self.conn) < 2008:
178-
pytest.skip("TIME field type is supported by SQL Server versions prior to 2008.")
178+
pytest.skip("TIME field type isn't supported by SQL Server versions prior to 2008.")
179179
if self.conn.tds_version < 7.3:
180180
pytest.skip("TIME field type isn't supported by TDS protocol older than 7.3.")
181181
testval = datetime(2013, 1, 2, 3, 4, 5, 3000)

0 commit comments

Comments
 (0)