From 5e8d9f04c917b1669b3a822bce05060003d82ad4 Mon Sep 17 00:00:00 2001
From: Ann Katrin Kuessner <annkatrinkuessner@users.noreply.github.com>
Date: Fri, 18 Aug 2017 13:07:21 +0200
Subject: [PATCH] Remove valid last names from sample data (#682)

---
 db/sample_data/profiles.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db/sample_data/profiles.rb b/db/sample_data/profiles.rb
index 077f2ce3..dde4c0bd 100644
--- a/db/sample_data/profiles.rb
+++ b/db/sample_data/profiles.rb
@@ -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.",
@@ -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.",