Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Nov 11, 2024
1 parent 0a7a1b3 commit 04db682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FartingUnicorn.Tests/Objects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void AgeIsOptional_ButIsNotAllowedToBeMissing()
}

[Fact]
public void AuthorCannoBeMissing()
public void AuthorCannotBeMissing()
{
var json = JsonSerializer.Deserialize<JsonElement>("""
{
Expand Down

0 comments on commit 04db682

Please sign in to comment.