Skip to content

Commit

Permalink
Remove unused string interpolation from ActorIdJsonConverterTest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelJCamara committed Oct 24, 2024
1 parent 4a6eead commit 2cf8486
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ public void CanDeserializeActorId()
[Fact]
public void CanDeserializeNullActorId()
{
var document = $@"
{{
const string document = @"
{
""actor"": null
}}";
}";

var deserialized = JsonSerializer.Deserialize<ActorHolder>(document);

Expand Down

0 comments on commit 2cf8486

Please sign in to comment.