Skip to content

Commit

Permalink
Fix incompatibility with Elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sienkiewicz committed Nov 23, 2023
1 parent f04ed74 commit 868a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xtb_client/connection_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ defmodule XtbClient.ConnectionTest do
assert is_number(low)
assert is_number(close)
assert is_number(vol)
assert DateTime.before?(ctm, now)
assert DateTime.compare(ctm, now) == :lt
assert is_binary(ctm_string)
refute quote_id
end
Expand Down

0 comments on commit 868a646

Please sign in to comment.