Skip to content

Commit 61b2601

Browse files
committed
mix format
1 parent 87dc792 commit 61b2601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/test/elixir/string_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ defmodule StringTest do
588588

589589
for _ <- 1..10 do
590590
bin = :crypto.strong_rand_bytes(100)
591+
591592
assert bin |> Stream.unfold(&String.next_grapheme/1) |> Enum.all?(&is_binary/1),
592593
"cannot build graphemes for #{inspect(bin)}"
593594
end

0 commit comments

Comments
 (0)