Skip to content

Commit

Permalink
add tag to test capture, #14
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Apr 20, 2020
1 parent 59f4e65 commit e2ee3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_api/captures_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule AppApi.CapturesTest do
describe "captures" do
alias AppApi.Captures.Capture

@valid_attrs %{completed: true, id_person: 42, text: "some text", tags: ""}
@valid_attrs %{completed: true, id_person: 42, text: "some text", tags: "tag1, tag2"}
@update_attrs %{completed: false, id_person: 43, text: "some updated text", tags: "" }
@invalid_attrs %{completed: nil, id_person: nil, text: nil, tags: ""}

Expand Down

0 comments on commit e2ee3aa

Please sign in to comment.