Skip to content

Commit

Permalink
Remove valid last names from sample data (hpi-swt2#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
annkatrinkuessner authored and querenker committed Aug 18, 2017
1 parent 0c8f309 commit 5e8d9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/sample_data/profiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def profile_tobi(user)
Profile.new(
user: user,
first_name: "Tobias",
last_name: "Dürschmid",
last_name: "Lastname",
gender: "male",
birth_date: Date.parse('1995.08.31'),
street_name: "Stahnsdorfer Str.",
Expand Down Expand Up @@ -125,7 +125,7 @@ def profile_lisa(user)
Profile.new(
user: user,
first_name: "Lisa",
last_name: "Ihde",
last_name: "Otherlastname",
gender: "female",
birth_date: Date.parse('1996.09.21'),
street_name: "Stahnsdorfer Str.",
Expand Down

0 comments on commit 5e8d9f0

Please sign in to comment.