Add <account nickname> tag (#629)
This commit is contained in:
parent
7a9c6720c7
commit
6d13325c4f
6 changed files with 38 additions and 22 deletions
|
|
@ -26,7 +26,8 @@ namespace TemplatesTests
|
|||
public static LibraryBookDto GetLibraryBook(string seriesName = "Sherlock Holmes")
|
||||
=> new()
|
||||
{
|
||||
Account = "my account",
|
||||
Account = "myaccount@example.co",
|
||||
AccountNickname = "my account",
|
||||
DateAdded = new DateTime(2022, 6, 9, 0, 0, 0),
|
||||
DatePublished = new DateTime(2017, 2, 27, 0, 0, 0),
|
||||
FileDate = new DateTime(2023, 1, 28, 0, 0, 0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue