Skip to content

Commit

Permalink
tests ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelievre-david committed Dec 17, 2024
1 parent 0e3d40e commit d912870
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20241217133422_first_name_last_name_not_null.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class FirstNameLastNameNotNull < ActiveRecord::Migration[7.2]
def up
change_table :users, bulk: true do |t|
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ user3:
encrypted_password: anonymized
confirmation_token:
remember_token: anonymized
last_name:
first_name:
last_name: Anonymized
first_name: Anonymized
created_at: !ruby/object:ActiveSupport::TimeWithZone
utc: &1 2019-10-31 15:40:41.545001000 Z
zone: &2 !ruby/object:ActiveSupport::TimeZone
Expand Down

0 comments on commit d912870

Please sign in to comment.