From 74b003f0153e4f463e296e3d0fdeb111d816c94b Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sat, 7 Nov 2020 15:28:01 +0100 Subject: [PATCH] Update labels to match --- src/InternshipSystem.Repository/DatabaseFiller.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/InternshipSystem.Repository/DatabaseFiller.cs b/src/InternshipSystem.Repository/DatabaseFiller.cs index 4150806..520c960 100644 --- a/src/InternshipSystem.Repository/DatabaseFiller.cs +++ b/src/InternshipSystem.Repository/DatabaseFiller.cs @@ -212,7 +212,7 @@ namespace InternshipSystem.Repository }, new EditionInternshipType { - InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia")) + InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")) }, new EditionInternshipType { @@ -270,7 +270,7 @@ namespace InternshipSystem.Repository }, new EditionInternshipType { - InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia")) + InternshipType = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")) }, new EditionInternshipType { @@ -347,7 +347,7 @@ namespace InternshipSystem.Repository InternshipRegistration = new InternshipRegistration { Company = Context.Companies.First(c => c.Name.Equals("Asseco Poland")), - Type = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenie")), + Type = Context.InternshipTypes.First(t => t.Label.Equals("Umowa zlecenia (w tym B2B)")), Start = new DateTime(2000, 7, 1), End = new DateTime(2000, 8, 30), State = DocumentState.Submitted,