Skip to content

Commit

Permalink
Update tests/PinguApps.Appwrite.Shared.Tests/Converters/DocumentGener…
Browse files Browse the repository at this point in the history
…icConverterTests.cs

Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
  • Loading branch information
pingu2k4 and codefactor-io[bot] authored Nov 27, 2024
1 parent 7f732fb commit 4de2e4e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,5 +683,4 @@ public void WriteValue_DoubleNumber_WritesDoubleValue()
Assert.Equal(JsonValueKind.Number, doubleFieldElement.ValueKind);
Assert.Equal(1.23e20, doubleFieldElement.GetDouble());
}

}

0 comments on commit 4de2e4e

Please sign in to comment.