Skip to content

Commit

Permalink
Change example invalid atom argument in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivor committed Oct 25, 2024
1 parent 043e115 commit eb29c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meta_logger/slicer/utf8_impl_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule MetaLogger.Slicer.Utf8ImplTest do
test "when an invalid max entry length is given, returns a list with one entry", %{
entry: entry
} do
assert Subject.slice(entry, :pqp) == [entry]
assert Subject.slice(entry, :foo) == [entry]
end

test "when slicing a UTF-8 string all slices will be valid UTF-8 strings" do
Expand Down

0 comments on commit eb29c8f

Please sign in to comment.