Skip to content

Commit 4c341d1

Browse files
committed
format
1 parent 1bd9398 commit 4c341d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/cadet_web/admin_controllers/admin_grading_controller_test.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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" => %{

0 commit comments

Comments
 (0)