Skip to content

Commit 762874e

Browse files
committed
fix typo
1 parent a3f5a7a commit 762874e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/value_formatters_test.exs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,11 @@ defmodule ValueFormattersTest do
555555
end
556556

557557
test "full coordinates as string" do
558-
assert ValueFormatters.to_string("123.1345, 34.123, 2", %{"format" => "coordinates"}, @opts) ==
558+
assert ValueFormatters.to_string(
559+
["123.1345", "34.123", "2"],
560+
%{"format" => "coordinates"},
561+
@opts
562+
) ==
559563
{:ok, "123.1345°, 34.123°, 2 m"}
560564
end
561565

0 commit comments

Comments
 (0)