@ -21,7 +21,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 75.0f ,
Password = "coachpassword" ,
DateOfBirth = new DateOnly ( 1985 , 5 , 15 ) ,
IsCoach = true
IsCoach = true ,
DataSourceId = 1
} ;
var athlete = new AthleteEntity
@ -35,7 +36,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 60.0f ,
Password = "athletepassword" ,
DateOfBirth = new DateOnly ( 1990 , 3 , 20 ) ,
IsCoach = false
IsCoach = false ,
DataSourceId = 1
} ;
var training = new TrainingEntity
@ -80,7 +82,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 75.0f ,
Password = "coachpassword" ,
DateOfBirth = new DateOnly ( 1985 , 5 , 15 ) ,
IsCoach = true
IsCoach = true ,
DataSourceId = 1
} ;
var athlete = new AthleteEntity
@ -94,7 +97,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 60.0f ,
Password = "athletepassword" ,
DateOfBirth = new DateOnly ( 1990 , 3 , 20 ) ,
IsCoach = false
IsCoach = false ,
DataSourceId = 1
} ;
var training = new TrainingEntity
@ -146,7 +150,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 75.0f ,
Password = "coachpassword" ,
DateOfBirth = new DateOnly ( 1985 , 5 , 15 ) ,
IsCoach = true
IsCoach = true ,
DataSourceId = 1
} ;
var athlete = new AthleteEntity
@ -160,7 +165,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 60.0f ,
Password = "athletepassword" ,
DateOfBirth = new DateOnly ( 1990 , 3 , 20 ) ,
IsCoach = false
IsCoach = false ,
DataSourceId = 1
} ;
var training = new TrainingEntity
@ -211,7 +217,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 75.0f ,
Password = "coachpassword" ,
DateOfBirth = new DateOnly ( 1985 , 5 , 15 ) ,
IsCoach = true
IsCoach = true ,
DataSourceId = 1
} ;
var athlete = new AthleteEntity
@ -225,7 +232,8 @@ public class TrainingEntityTests (DatabaseFixture fixture) : IClassFixture<Datab
Weight = 60.0f ,
Password = "athletepassword" ,
DateOfBirth = new DateOnly ( 1990 , 3 , 20 ) ,
IsCoach = false
IsCoach = false ,
DataSourceId = 1
} ;
var training = new TrainingEntity