Skip to content

Commit

Permalink
Fix Cldr.Json test
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 9, 2024
1 parent 59708fd commit b8b0cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cldr_utils_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule CldrUtilsTest do
doctest Cldr.Map
doctest Cldr.String

if Code.ensure_loaded?(:json) do
if Code.ensure_loaded?(Cldr.Json) do
doctest Cldr.Json

Check failure on line 13 in test/cldr_utils_test.exs

View workflow job for this annotation

GitHub Actions / Test on OTP 25.3.2 / Elixir 1.14.4

** (CompileError) test/cldr_utils_test.exs:13: module Cldr.Json is not loaded and could not be found

test "Cldr.Json proxy" do
Expand Down

0 comments on commit b8b0cb7

Please sign in to comment.