Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed May 26, 2024
1 parent 893e31b commit 5e4d28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/dune_string_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,8 @@ defmodule DuneStringTest do
end

test "returns a big binary" do
assert %Failure{message: "Execution stopped - " <> _} = ~E'String.duplicate("foo", 200_000)'
assert %Failure{message: "Execution stopped - " <> _} =
~E'String.duplicate("foo", 200_000) <> "!"'
end
end

Expand Down

0 comments on commit 5e4d28c

Please sign in to comment.