Skip to content

Commit

Permalink
factories update
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav Patel committed Oct 27, 2024
1 parent 6d625f4 commit 850373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
role { Role.where(name: 'Instructor').first || association(:role_of_instructor) }
password 'password'
password_confirmation 'password'
fullname '6, instructor'
name '6, instructor'
email '[email protected]'
parent_id 1
private_by_default false
Expand Down

0 comments on commit 850373d

Please sign in to comment.