Skip to content

Commit

Permalink
Apply whitespace change from formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorn committed Aug 28, 2024
1 parent f36b1ed commit 2049c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flick/ranked_voting_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,12 @@ defmodule Flick.RankedVotingTest do

test "success: a vote can contain an optional `full_name` value", ~M{published_ballot} do
published_ballot_id = published_ballot.id

assert {:ok, %Vote{ballot_id: ^published_ballot_id, full_name: "John Doe"}} =
RankedVoting.create_vote(published_ballot, %{
"ranked_answers" => [%{"value" => "Sushi"}],
"full_name" => "John Doe"
})

end

test "failure: a vote should not include an answer value that is not present in the ballot",
Expand Down

0 comments on commit 2049c2a

Please sign in to comment.