Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 15, 2022
1 parent ce37d04 commit 5f16f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credo/cli/output/formatter/json_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Credo.CLI.Output.Formatter.JsonTest do
"string" => "a",
"tuple" => ["a", 2, "~r/foo/"],
:atom_key => 0,
~q({"tuple", "key"}) => 1,
~s({"tuple", "key"}) => 1,
0 => 2
}
end
Expand Down

0 comments on commit 5f16f69

Please sign in to comment.