update & correction libraries (backend) - #1815

This commit is contained in:
Laurent GAY
2025-11-12 12:27:33 +01:00
committed by setop
parent 42c868ef21
commit 6b558e5301

View File

@@ -14,7 +14,7 @@ defmodule Mobilizon.Service.DateTimeTest do
assert DateTimeTools.datetime_to_string(datetime, "fr") == "22 juin 2021, 15:25:29"
assert DateTimeTools.datetime_to_string(datetime, "fr", :long) ==
"22 juin 2021, 15:25:29 UTC"
"22 juin 2021, 15:25:29 TU"
end
test "non existing or loaded locale fallbacks to english" do