Skip to content

Commit

Permalink
Fix the test value in slicer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivor committed Oct 25, 2024
1 parent eb29c8f commit 34e25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meta_logger/slicer/default_impl_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ defmodule MetaLogger.Slicer.DefaultImplTest 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 not all slices will be valid UTF-8 strings" do
Expand Down

0 comments on commit 34e25ea

Please sign in to comment.