Skip to content

Commit

Permalink
Make tests async
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sienkiewicz committed Dec 5, 2023
1 parent a660179 commit ad8e844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/xtb_client/connection_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule XtbClient.ConnectionTest do
@moduledoc false
use ExUnit.Case
use ExUnit.Case, async: true
doctest XtbClient.Connection

alias XtbClient.Connection
Expand Down
2 changes: 1 addition & 1 deletion test/xtb_client/main_socket_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule XtbClient.MainSocketTest do
@moduledoc false
use ExUnit.Case
use ExUnit.Case, async: true
doctest XtbClient.MainSocket

alias XtbClient.MainSocket
Expand Down
2 changes: 1 addition & 1 deletion test/xtb_client/streaming_socket_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule XtbClient.StreamingSocketTest do
@moduledoc false
use ExUnit.Case
use ExUnit.Case, async: true
doctest XtbClient.StreamingSocket

alias XtbClient.MainSocket
Expand Down

0 comments on commit ad8e844

Please sign in to comment.