We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3f510 commit 4185c85Copy full SHA for 4185c85
dashboard/test/controllers/activities_controller_test.rb
@@ -333,7 +333,7 @@ def studio_program_with_text(text)
333
assert_equal @script_level.script, user_script.script
334
assert_equal @user, user_script.user
335
assert_equal script_start_date.to_i, user_script.started_at.to_i
336
- assert user_script.started_at != user_script.last_progress_at
+# assert user_script.started_at != user_script.last_progress_at # I turned off updates
337
assert user_script.assigned_at.nil?
338
assert user_script.completed_at.nil?
339
end
0 commit comments