Fix some errors in test data

This commit is contained in:
Jonathan Bourdon
2024-08-04 04:45:53 -04:00
parent 7ec668a822
commit 7c5f3d72ef

View File

@@ -207,7 +207,7 @@ internal class TestDataSeeder(
private readonly static Creator ArpsCreator = new()
{
Name = "Arps",
Name = "arps",
About =
new()
{
@@ -234,7 +234,7 @@ internal class TestDataSeeder(
private readonly static Creator ChloeCreator = new()
{
Name = "chloeprofile",
Name = "chloe",
About = new()
{
Title = "Page officielle",
@@ -242,17 +242,13 @@ internal class TestDataSeeder(
},
ProfileColors = new()
{
BannerTop = "#231F20",
BannerBottom = "#272526",
Accent = "#231F20",
Menu = "#231F20",
BannerTop = "#231F20", BannerBottom = "#272526", Accent = "#231F20", Menu = "#231F20",
},
SocialNetworks =
new()
{
FacebookUrl = "https://www.facebook.com/chloegestionmedias",
InstagramUrl = "https://www.instagram.com/chloe.photo_gms",
},
StoredDataUrls = new()
{