Skip to content

Commit

Permalink
fix broken 'timestamp_completer_datetime_format_time_completion' test
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Dec 19, 2023
1 parent 52059e2 commit eeeedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_completers.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def test_timestamp_completer_datetime_format_time_completion():
text="1581033600000",
start_position=-10,
display=FormattedText([("", "1581033600000")]),
display_meta="2020-02-07T00:00:00+00:00",
display_meta="2020-02-07 00:00:00+00:00",
)
]

Expand Down

0 comments on commit eeeedbe

Please sign in to comment.