Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 17, 2020
1 parent 738c2b9 commit 2481ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/data_to_params_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ defmodule JSONAPI.DataToParamsTest do
"id" => "1",
"type" => "user",
"foo-bar" => true,
"baz-id" => ["2", "3"]
"baz-id" => "2",
"yooper-id" => "3"
}
end

Expand Down

0 comments on commit 2481ee9

Please sign in to comment.