Skip to content

Commit

Permalink
Make doc tests sync
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 20, 2024
1 parent caf70b6 commit a2aba7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix/backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require Cldr.Calendar.Backend.Compiler
defmodule MyApp.Cldr do
use Cldr,
providers: [Cldr.Calendar, Cldr.Number, Cldr.Unit, Cldr.List],
locales: ["en", "fr", "en-GB", "en-AU", "en-CA", "ar", "he", "fa", "zh", "de"],
locales: ["en", "fr", "en-GB", "en-AU", "en-CA", "ar", "he", "fa", "zh", "de", "da"],
default_locale: "en"
end

Expand Down
2 changes: 1 addition & 1 deletion test/doc_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Cldr.Calendar.Doc.Test do
use ExUnit.Case, async: true
use ExUnit.Case

doctest Cldr.Calendar
doctest Cldr.Calendar.Duration
Expand Down

0 comments on commit a2aba7b

Please sign in to comment.