Skip to content

Commit 0fcdd6b

Browse files
committed
when you update a deendency and dont run the test suite 👼
1 parent d00407a commit 0fcdd6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/benchee/formatters/html_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ defmodule Benchee.Formatters.HTMLTest do
9999
test ".format produces the right JSON data without the input level" do
100100
{%{["Some Input", "comparison"] => html}, _} = HTML.format @sample_suite
101101

102-
assert html =~ "{\"statistics\":{\"My Job\""
102+
assert html =~ "\"statistics\":{\"My Job\""
103103
end
104104

105105
test ".format shows the units alright" do

0 commit comments

Comments
 (0)