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.
This commit is contained in:
evazion
2021-05-23 06:55:26 -05:00
parent c7fda2772f
commit 8c52a070e3

View File

@@ -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