@@ -23,7 +23,8 @@ public async Task UpdateAuthor_FullUpdate_ShouldReflectChanges()
2323 Name = $ "Updated Author { Guid . NewGuid ( ) } ",
2424 Translations = new Dictionary < string , AuthorTranslationDto >
2525 {
26- [ "en" ] = new ( "Updated Biography EN" ) , [ "pt-PT" ] = new ( "Biografia Atualizada PT" )
26+ [ "en" ] = new ( "Updated Biography EN" ) ,
27+ [ "pt-PT" ] = new ( "Biografia Atualizada PT" )
2728 }
2829 } ;
2930
@@ -56,7 +57,8 @@ public async Task UpdateCategory_FullUpdate_ShouldReflectChanges()
5657 {
5758 Translations = new Dictionary < string , CategoryTranslationDto >
5859 {
59- [ "en" ] = new ( "Updated Category EN" ) , [ "es" ] = new ( "Categoría Actualizada ES" )
60+ [ "en" ] = new ( "Updated Category EN" ) ,
61+ [ "es" ] = new ( "Categoría Actualizada ES" )
6062 }
6163 } ;
6264
@@ -137,7 +139,8 @@ public async Task UpdateBook_FullUpdate_ShouldReflectChanges()
137139 Prices = new Dictionary < string , decimal > { [ "USD" ] = 19.99m } ,
138140 Translations = new Dictionary < string , BookTranslationDto >
139141 {
140- [ "en" ] = new ( "New English Description" ) , [ "pt-PT" ] = new ( "Nova Descrição em Português" )
142+ [ "en" ] = new ( "New English Description" ) ,
143+ [ "pt-PT" ] = new ( "Nova Descrição em Português" )
141144 }
142145 } ;
143146
0 commit comments