Commit 5ebde2a9 by Diana Huang

fix comment

parent cb6bb38f
...@@ -18,7 +18,7 @@ class StaffGradingBackend ...@@ -18,7 +18,7 @@ class StaffGradingBackend
mock: (cmd, data) -> mock: (cmd, data) ->
# Return a mock response to cmd and data # Return a mock response to cmd and data
# TODO: needs (optional?) arg for problem location # should take a location as an argument
if cmd == 'get_next' if cmd == 'get_next'
@mock_cnt++ @mock_cnt++
response = response =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment