tests: add additional test coverage

This commit is contained in:
Stevan Freeborn
2025-07-08 21:56:13 -05:00
parent 598eaaad94
commit 2732ae2b21
7 changed files with 198 additions and 10 deletions
-5
View File
@@ -30,11 +30,6 @@ public abstract class Citation
[JsonPropertyName("document_title")]
public string DocumentTitle { get; init; } = string.Empty;
[JsonConstructor]
internal Citation()
{
}
/// <summary>
/// Initializes a new instance of the <see cref="Citation"/> class with a specified type.
/// </summary>