Skip to content

Commit

Permalink
Make EntryReadyForCreation create valid data
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jan 7, 2025
1 parent d046bdc commit 8d5a2fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public static async Task<Entry> EntryReadyForCreation(this AutoFaker autoFaker,
await api.CreatePartOfSpeech(new PartOfSpeech()
{
Id = sense.PartOfSpeechId.Value,
Predefined = false,
Name = { { "en", sense.PartOfSpeech } }
});
}
Expand Down

0 comments on commit 8d5a2fe

Please sign in to comment.