File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/cadet_web/admin_controllers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ defmodule CadetWeb.AdminGradingControllerTest do
365365 }
366366 end ,
367367 "autogradingStatus" => Atom . to_string ( & 1 . autograding_status ) ,
368- "autogradingResults" => & 1 . autograding_results ,
368+ "autogradingResults" => & 1 . autograding_results
369369 } ,
370370 "ai_comments" => nil ,
371371 "solution" => "" ,
@@ -431,7 +431,7 @@ defmodule CadetWeb.AdminGradingControllerTest do
431431 "id" => & 1 . submission . student . id
432432 } ,
433433 "team" => % { } ,
434- "solution" => "" ,
434+ "solution" => ""
435435 }
436436 end
437437 )
@@ -1392,7 +1392,7 @@ defmodule CadetWeb.AdminGradingControllerTest do
13921392 }
13931393 end ,
13941394 "autogradingStatus" => Atom . to_string ( & 1 . autograding_status ) ,
1395- "autogradingResults" => & 1 . autograding_results ,
1395+ "autogradingResults" => & 1 . autograding_results
13961396 } ,
13971397 "ai_comments" => nil ,
13981398 "solution" => "" ,
@@ -1439,7 +1439,7 @@ defmodule CadetWeb.AdminGradingControllerTest do
14391439 "answer" => nil ,
14401440 "contestEntries" => [ ] ,
14411441 "scoreLeaderboard" => [ ] ,
1442- "popularVoteLeaderboard" => [ ] ,
1442+ "popularVoteLeaderboard" => [ ]
14431443 } ,
14441444 "ai_comments" => nil ,
14451445 "grade" => % {
You can’t perform that action at this time.
0 commit comments