Fix some errors in test data
This commit is contained in:
@@ -207,7 +207,7 @@ internal class TestDataSeeder(
|
|||||||
|
|
||||||
private readonly static Creator ArpsCreator = new()
|
private readonly static Creator ArpsCreator = new()
|
||||||
{
|
{
|
||||||
Name = "Arps",
|
Name = "arps",
|
||||||
About =
|
About =
|
||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
@@ -234,7 +234,7 @@ internal class TestDataSeeder(
|
|||||||
|
|
||||||
private readonly static Creator ChloeCreator = new()
|
private readonly static Creator ChloeCreator = new()
|
||||||
{
|
{
|
||||||
Name = "chloeprofile",
|
Name = "chloe",
|
||||||
About = new()
|
About = new()
|
||||||
{
|
{
|
||||||
Title = "Page officielle",
|
Title = "Page officielle",
|
||||||
@@ -242,17 +242,13 @@ internal class TestDataSeeder(
|
|||||||
},
|
},
|
||||||
ProfileColors = new()
|
ProfileColors = new()
|
||||||
{
|
{
|
||||||
BannerTop = "#231F20",
|
BannerTop = "#231F20", BannerBottom = "#272526", Accent = "#231F20", Menu = "#231F20",
|
||||||
BannerBottom = "#272526",
|
|
||||||
Accent = "#231F20",
|
|
||||||
Menu = "#231F20",
|
|
||||||
},
|
},
|
||||||
SocialNetworks =
|
SocialNetworks =
|
||||||
new()
|
new()
|
||||||
{
|
{
|
||||||
FacebookUrl = "https://www.facebook.com/chloegestionmedias",
|
FacebookUrl = "https://www.facebook.com/chloegestionmedias",
|
||||||
InstagramUrl = "https://www.instagram.com/chloe.photo_gms",
|
InstagramUrl = "https://www.instagram.com/chloe.photo_gms",
|
||||||
|
|
||||||
},
|
},
|
||||||
StoredDataUrls = new()
|
StoredDataUrls = new()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user