Working through test coverage

This will be a bit of a slog, new code built in the hot path will need some love and attention.

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-10-24 16:13:08 -04:00
parent 5d717bdefe
commit c1cf240cab
7 changed files with 84 additions and 125 deletions

View File

@@ -101,7 +101,7 @@ func ExampleNewDocument_fromWithDocumentConfigurationFailure() {
if len(errors) > 0 {
fmt.Println("Error building Digital Ocean spec errors reported")
}
// Output: There are 475 errors logged
// Output: There are 474 errors logged
//Error building Digital Ocean spec errors reported
}