From 8c52a070e3eea4f0ed2558fc33c60bd0f9e06650 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 23 May 2021 06:55:26 -0500 Subject: [PATCH] tests: fix syntax error in tests. Fix syntax error introduced in 24ead500. This broke the test suite in CI which caused Codecov to report zero coverage. --- test/functional/emails_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/emails_controller_test.rb b/test/functional/emails_controller_test.rb index 8750010e6..34d2000a9 100644 --- a/test/functional/emails_controller_test.rb +++ b/test/functional/emails_controller_test.rb @@ -141,6 +141,7 @@ class EmailsControllerTest < ActionDispatch::IntegrationTest assert_equal(false, @user.user_events.email_change.exists?) end end + end context "#verify" do context "with a correct verification key" do