From: Tom Hughes Date: Sun, 21 Apr 2024 18:07:16 +0000 (+0100) Subject: Fix rubocop warning X-Git-Tag: live~159 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a34fa95af49d1257c4ac5d5987ac36c018209c73 Fix rubocop warning --- diff --git a/test/factories/user.rb b/test/factories/user.rb index bc6cddf80..7f1f14e9c 100644 --- a/test/factories/user.rb +++ b/test/factories/user.rb @@ -1,4 +1,4 @@ -pass_crypt = PasswordHash.create("test").first +pass_crypt = PasswordHash.create("test").first FactoryBot.define do factory :user do