Skip to content

Commit

Permalink
Update test/LEGO.AsyncAPI.Tests/Writers/SpecialCharacterStringExtensi…
Browse files Browse the repository at this point in the history
…onsTests.cs
  • Loading branch information
VisualBean authored Mar 11, 2024
1 parent 9f4c2f2 commit 30559ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void GetYamlCompatibleString_TrueString_WrappedWithQuotes()

[Test]
public void GetYamlCompatibleString_FalseString_WrappedWithQuotes()
=> this.Compose("false", "'flase'");
=> this.Compose("false", "'false'");

[Test]
[TestCase("\0", "\\0")]
Expand Down

0 comments on commit 30559ef

Please sign in to comment.