Skip to content

Commit

Permalink
Make more tests async
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 6, 2024
1 parent 04ad8ba commit 6683356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/doc_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
defmodule Cldr.DateTime.Test do
use ExUnit.Case

doctest Cldr.DateTime.Relative
doctest Cldr.DateTime.Format.Compiler
doctest Cldr.DateTime.Formatter
Expand Down
2 changes: 1 addition & 1 deletion test/wrapper_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Cldr.DateTime.WrapperTest do
use ExUnit.Case
use ExUnit.Case, async: true

test "wrapping a datetime" do
wrapper = fn value, type ->
Expand Down

0 comments on commit 6683356

Please sign in to comment.