Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Sep 3, 2023
1 parent 919881a commit 137aa20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule CadetWeb.AdminUserControllerTest do
test "swagger" do
assert is_map(AdminUserController.swagger_definitions())
assert is_map(AdminUserController.swagger_path_index(nil))
assert is_map(AdminUserController.swagger_path_add_users(nil))
assert is_map(AdminUserController.swagger_path_upsert_users_and_groups(nil))
assert is_map(AdminUserController.swagger_path_update_role(nil))
assert is_map(AdminUserController.swagger_path_delete_user(nil))
assert is_map(AdminUserController.swagger_path_combined_total_xp(nil))
Expand Down
2 changes: 1 addition & 1 deletion test/cadet_web/controllers/courses_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule CadetWeb.CoursesControllerTest do

test "swagger" do
CoursesController.swagger_definitions()
CoursesController.swagger_path_get_course_config(nil)
CoursesController.swagger_path_index(nil)
CoursesController.swagger_path_create(nil)
end

Expand Down

0 comments on commit 137aa20

Please sign in to comment.