Skip to content

Commit

Permalink
Update seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
EloToJaa committed Feb 27, 2024
1 parent 35369f6 commit 8201b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Quizer.Seed/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private static async Task Main(string[] args)
return;
}

var imageId = new Guid();
var imageId = new Guid("91b6de42-f148-4d9e-5062-5bd4d9149600");

var quizes = new List<CreateQuizRequest>
{
Expand Down

0 comments on commit 8201b4c

Please sign in to comment.