Skip to content

Commit

Permalink
removing unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Mar 1, 2024
1 parent 82e4cb2 commit deb776f
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,6 @@ public async Task AsynchronousIngest_QueuesMessageWithCurrentModel_IfUseLegacyEn
await sut.AsynchronousIngest(ingestRequest);

// Assert
try
{
var test = JsonSerializer.Deserialize<IngestAssetRequest>(jsonString,
new JsonSerializerOptions(JsonSerializerDefaults.Web)
{
ReferenceHandler = ReferenceHandler.Preserve
});
}catch(Exception ex)
{

}
var body = JsonSerializer.Deserialize<IngestAssetRequest>(jsonString,
new JsonSerializerOptions(JsonSerializerDefaults.Web)
{
Expand Down

0 comments on commit deb776f

Please sign in to comment.