Skip to content

Commit 831ca60

Browse files
committed
Fix sourcecast error
1 parent 6d75ef9 commit 831ca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cadet_web/admin_controllers/admin_sourcecast_controller_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ defmodule CadetWeb.AdminSourcecastControllerTest do
180180
conn = post(conn, build_url(course_id), %{"sourcecast" => %{}})
181181

182182
assert response(conn, 400) =~
183-
"audio can't be blank\nplaybackData can't be blank\ntitle can't be blank"
183+
"title can't be blank\naudio can't be blank\nplaybackData can't be blank"
184184
end
185185
end
186186

0 commit comments

Comments
 (0)