Skip to content

Commit 4185c85

Browse files
committed
hey tests, I broke that on purpose
1 parent 1b3f510 commit 4185c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/test/controllers/activities_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def studio_program_with_text(text)
333333
assert_equal @script_level.script, user_script.script
334334
assert_equal @user, user_script.user
335335
assert_equal script_start_date.to_i, user_script.started_at.to_i
336-
assert user_script.started_at != user_script.last_progress_at
336+
# assert user_script.started_at != user_script.last_progress_at # I turned off updates
337337
assert user_script.assigned_at.nil?
338338
assert user_script.completed_at.nil?
339339
end

0 commit comments

Comments
 (0)