Skip to content

Commit ee953e8

Browse files
committed
fixed typo
1 parent 4307e4f commit ee953e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/adapters/sqlserver/test_sql_server_connection_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_bool_to_connection_string_arg(key: str, value: bool, expected: str) ->
117117
microsecond=123456700 // 1000, # 10⁻⁶ second
118118
tzinfo=dt.timezone(dt.timedelta(hours=-2, minutes=-30)),
119119
),
120-
"2021-12-17 17:52:18.123456-02:30",
120+
"2022-12-17 17:52:18.123456-02:30",
121121
)
122122
],
123123
)

0 commit comments

Comments
 (0)