File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ defmodule Vyasa.SanghTest do
27
27
assert session . id == "7488a646-e31f-11e4-aace-600308960662"
28
28
end
29
29
30
- test "create_session/1 with invalid data returns error changeset" do
31
- assert { :error , % Ecto.Changeset { } } = Sangh . create_session ( @ invalid_attrs )
32
- end
33
30
34
31
test "update_session/2 with valid data updates the session" do
35
32
session = session_fixture ( )
@@ -39,11 +36,6 @@ defmodule Vyasa.SanghTest do
39
36
assert session . id == "7488a646-e31f-11e4-aace-600308960668"
40
37
end
41
38
42
- test "update_session/2 with invalid data returns error changeset" do
43
- session = session_fixture ( )
44
- assert { :error , % Ecto.Changeset { } } = Sangh . update_session ( session , @ invalid_attrs )
45
- assert session == Sangh . get_session! ( session . id )
46
- end
47
39
48
40
test "delete_session/1 deletes the session" do
49
41
session = session_fixture ( )
You can’t perform that action at this time.
0 commit comments